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

Go to the source code of this file.

Macros

#define VREMANAGER_DLL
 

Detailed Description

This file defines the export macros for the VREngage Manager library. These macros handle symbol visibility for dynamic library exports and imports.

Macro Definition Documentation

◆ VREMANAGER_DLL

#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.