diff options
-rw-r--r-- | sc/source/core/tool/callform.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/callform.cxx b/sc/source/core/tool/callform.cxx index d46409bac3a7..8fd8ea28ce6b 100644 --- a/sc/source/core/tool/callform.cxx +++ b/sc/source/core/tool/callform.cxx @@ -65,6 +65,7 @@ typedef void (CALLTYPE* FARPROC) ( void ); } +#ifndef DISABLE_DYNLOADING #define GETFUNCTIONCOUNT "GetFunctionCount" #define GETFUNCTIONDATA "GetFunctionData" #define SETLANGUAGE "SetLanguage" @@ -72,6 +73,7 @@ typedef void (CALLTYPE* FARPROC) ( void ); #define ISASYNC "IsAsync" #define ADVICE "Advice" #define UNADVICE "Unadvice" +#endif class ModuleData { |