diff options
Diffstat (limited to '3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h')
| -rw-r--r-- | 3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h b/3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h index dc1c011..9f8c0d6 100644 --- a/3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h +++ b/3rdParty/CppUnit/src/include/cppunit/config/SelectDllLoader.h | |||
| @@ -15,9 +15,6 @@ | |||
| 15 | * CPPUNIT_HAVE_WIN32_DLL_LOADER | 15 | * CPPUNIT_HAVE_WIN32_DLL_LOADER |
| 16 | * If defined, Win32 implementation of DynamicLibraryManager will be used. | 16 | * If defined, Win32 implementation of DynamicLibraryManager will be used. |
| 17 | * | 17 | * |
| 18 | * CPPUNIT_HAVE_BEOS_DLL_LOADER | ||
| 19 | * If defined, BeOs implementation of DynamicLibraryManager will be used. | ||
| 20 | * | ||
| 21 | * CPPUNIT_HAVE_UNIX_DLL_LOADER | 18 | * CPPUNIT_HAVE_UNIX_DLL_LOADER |
| 22 | * If defined, Unix implementation (dlfcn.h) of DynamicLibraryManager will be used. | 19 | * If defined, Unix implementation (dlfcn.h) of DynamicLibraryManager will be used. |
| 23 | */ | 20 | */ |
| @@ -50,10 +47,6 @@ | |||
| 50 | #undef CPPUNIT_PLUGIN_EXPORT | 47 | #undef CPPUNIT_PLUGIN_EXPORT |
| 51 | #define CPPUNIT_PLUGIN_EXPORT extern "C" __declspec(dllexport) | 48 | #define CPPUNIT_PLUGIN_EXPORT extern "C" __declspec(dllexport) |
| 52 | 49 | ||
| 53 | // Is BeOS platform ? | ||
| 54 | #elif defined(__BEOS__) | ||
| 55 | #define CPPUNIT_HAVE_BEOS_DLL_LOADER 1 | ||
| 56 | |||
| 57 | // Is Unix platform and have shl_load() (hp-ux) | 50 | // Is Unix platform and have shl_load() (hp-ux) |
| 58 | #elif defined(CPPUNIT_HAVE_SHL_LOAD) | 51 | #elif defined(CPPUNIT_HAVE_SHL_LOAD) |
| 59 | #define CPPUNIT_HAVE_UNIX_SHL_LOADER 1 | 52 | #define CPPUNIT_HAVE_UNIX_SHL_LOADER 1 |
Swift