X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fsecurity%2Fdll_security.h;h=c4a405b7d9665b9dc76120a30ca9b74b30c13c1b;hb=bb9a6f18f4f5c044eb154efb6c03092ba4fcf8d8;hp=da26a14c55d2ff1c458ee09872f3d2e2b874087a;hpb=4ea6c95b4bdf06e3cbe6c03edfacae6a856f647b;p=feisty_meow.git diff --git a/nucleus/library/security/dll_security.h b/nucleus/library/security/dll_security.h index da26a14c..c4a405b7 100644 --- a/nucleus/library/security/dll_security.h +++ b/nucleus/library/security/dll_security.h @@ -23,11 +23,11 @@ // 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