We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c54c7ec commit 31bb6ccCopy full SHA for 31bb6cc
1 file changed
src/loader/loader_platform.hpp
@@ -31,8 +31,6 @@
31
#define LOADER_EXPORT __attribute__((visibility("default")))
32
#elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590)
33
34
-#elif defined(_WIN32) && defined(XRAPI_DLL_EXPORT)
35
-#define LOADER_EXPORT __declspec(dllexport)
36
#else
37
#define LOADER_EXPORT
38
#endif
0 commit comments