VR-Engage  2.2
Loading...
Searching...
No Matches
export.h File Reference

Go to the source code of this file.

Macros

#define EXAMPLEMESSAGE_DLL
 

Macro Definition Documentation

◆ EXAMPLEMESSAGE_DLL

#define EXAMPLEMESSAGE_DLL

Export/import macro for the CommentMessage example message library.

When COMMENTMESSAGE_EXPORTS is defined while building the library, EXAMPLEMESSAGE_DLL expands to the appropriate export directive on Windows. When consuming the library, it expands to an import directive, and on non-Windows platforms it expands to nothing.