|
VR-Engage
2.2
|
Go to the source code of this file.
Macros | |
| #define | VREMANAGER_DLL |
This file defines the export macros for the VREngage Manager library. These macros handle symbol visibility for dynamic library exports and imports.
| #define VREMANAGER_DLL |
Platform-specific export/import macro for VREngage Manager library.
On Windows, this expands to __declspec(dllexport) when building the library and __declspec(dllimport) when importing the library. On other platforms, it expands to nothing.