X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fsecurity%2Fdll_security.h;h=c4a405b7d9665b9dc76120a30ca9b74b30c13c1b;hb=7840268dfdea02554f683016569e82b3466ccb18;hp=da26a14c55d2ff1c458ee09872f3d2e2b874087a;hpb=d87617f212d9dff8d5033b81e19a0740846999fe;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