We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2010daa commit 7ac7285Copy full SHA for 7ac7285
1 file changed
include/openxr/openxr_platform_defines.h
@@ -36,11 +36,7 @@ extern "C" {
36
* Function pointer type: typedef void (XRAPI_PTR *PFN_xrFunction)(void);
37
*/
38
#if defined(_WIN32)
39
-#ifdef XRAPI_DLL_EXPORT
40
-#define XRAPI_ATTR __declspec(dllexport)
41
-#else
42
#define XRAPI_ATTR
43
-#endif
44
// On Windows, functions use the stdcall convention
45
#define XRAPI_CALL __stdcall
46
#define XRAPI_PTR XRAPI_CALL
0 commit comments