Go to the source code of this file.
Defines | |
| #define | DLLEXPORT |
Functions | |
| DLLEXPORT short | getCompileInfo () |
|
|
Definition at line 11 of file dllexport.h. Referenced by getCompileInfo(). |
|
|
Definition at line 14 of file dllexport.h. References DLLEXPORT.
00014 {
00015 #ifdef _AFXDLL
00016 return 1;
00017 #else
00018 return 0;
00019 #endif
00020 }
|
1.3-rc2