checkpoint before running clean
[feisty_meow.git] / nucleus / library / security / dll_security.h
index da26a14c55d2ff1c458ee09872f3d2e2b874087a..c4a405b7d9665b9dc76120a30ca9b74b30c13c1b 100644 (file)
 
 // windows class tags for the data structures library:
 // define BUILD_SECURITY when you are creating the dll and
-// define USE_HOOPLE_DLLS when you are importing a class from the dll.
+// define USE_FEISTY_MEOW_DLLS when you are importing a class from the dll.
 #ifdef BUILD_SECURITY
   #define    HOOPLE_DLL_EXPORT_CLASS
   #define HOOPLE_DLL_EXPORT_FUNCTION
-#elif defined(USE_HOOPLE_DLLS)
+#elif defined(USE_FEISTY_MEOW_DLLS)
   #define    HOOPLE_DLL_IMPORT_CLASS
   #define HOOPLE_DLL_IMPORT_FUNCTION
 #else