📄 staticextensioninc.h
字号:
/*=====================================================================
FILE: StaticExtensionInc.h
SERVICES: typedefs for Static Extension DLLs
DESCRIPTION:
The following ifdef block is the standard way of creating macros which make
exporting from Static Extension DLL simpler. All files within this DLL are
compiled with the BREWSTATICEXTENSION_EXPORTS symbol defined on the command
line.
BREW Simulator is capable of loading Static Extension DLLs that are located
in .\Modules directory relative to it's location. It looks for the following
exported function from each of the Static Extension DLLs :
const AEEStaticClass* GetStaticClassEntries(void)
By defining the function as :
BREWSTATICEXTENSION_API const AEEStaticClass* GetStaticClassEntries(void)
ensures that it is exposed from the Static Extension dll to be loaded by
BREW Simulator. See AEEDemoExtension.c for details
Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -