We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f474f1e commit 6ab3b80Copy full SHA for 6ab3b80
UVAtlas/inc/UVAtlas.h
@@ -46,7 +46,7 @@
46
47
#ifdef UVATLAS_EXPORT
48
#define UVATLAS_API __declspec(dllexport)
49
-#elif UVATLAS_IMPORT
+#elif defined(UVATLAS_IMPORT)
50
#define UVATLAS_API __declspec(dllimport)
51
#else
52
#define UVATLAS_API
0 commit comments