VR-Engage  2.2
Loading...
Searching...
No Matches
export.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

DLL Export/Import Macros
#define VREMESSAGES_DLL
 

Detailed Description

This file contains platform-specific export macros that control the visibility of functions and classes in the VREngage Messages library. These macros ensure proper symbol export when building the library and proper import when using the library in other components of the VREngage system.

Macro Definition Documentation

◆ VREMESSAGES_DLL

#define VREMESSAGES_DLL

Export/import macro for non-Windows platforms.

On non-Windows platforms, this macro expands to nothing as these platforms typically handle symbol visibility differently.