Skip to content

Commit 7ac7285

Browse files
committed
platform defines: Remove extraneous export macro.
1 parent 2010daa commit 7ac7285

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

include/openxr/openxr_platform_defines.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ extern "C" {
3636
* Function pointer type: typedef void (XRAPI_PTR *PFN_xrFunction)(void);
3737
*/
3838
#if defined(_WIN32)
39-
#ifdef XRAPI_DLL_EXPORT
40-
#define XRAPI_ATTR __declspec(dllexport)
41-
#else
4239
#define XRAPI_ATTR
43-
#endif
4440
// On Windows, functions use the stdcall convention
4541
#define XRAPI_CALL __stdcall
4642
#define XRAPI_PTR XRAPI_CALL

0 commit comments

Comments
 (0)