Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

dllexport.h File Reference

Go to the source code of this file.

Defines

#define DLLEXPORT

Functions

DLLEXPORT short getCompileInfo ()


Define Documentation

#define DLLEXPORT
 

Definition at line 11 of file dllexport.h.

Referenced by getCompileInfo().


Function Documentation

DLLEXPORT short 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 }


Generated on Tue Jul 29 14:26:24 2003 for Open ActiveWrl by doxygen1.3-rc2