mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
chore(CppUnit): fix comment
This commit is contained in:
parent
8b620e7476
commit
46728024f7
@ -41,9 +41,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// Automatically link Data library.
|
||||
//
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(POCO_DLL)
|
||||
#if defined(_DEBUG)
|
||||
@ -66,7 +64,9 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// Automatically link CppUnit library.
|
||||
//
|
||||
#if defined(_MSC_VER) && !defined(POCO_NO_AUTOMATIC_LIBS)
|
||||
#if !defined(CppUnit_EXPORTS)
|
||||
#pragma comment(lib, "CppUnit" POCO_LIB_SUFFIX)
|
||||
|
Loading…
Reference in New Issue
Block a user