mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
14 lines
246 B
Diff
14 lines
246 B
Diff
|
diff --git a/src/cairoint.h b/src/cairoint.h
|
||
|
index cfa77dd..fbc0776 100644
|
||
|
--- a/src/cairoint.h
|
||
|
+++ b/src/cairoint.h
|
||
|
@@ -48,7 +48,7 @@
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
-#ifdef _MSC_VER
|
||
|
+#ifdef _WIN32
|
||
|
#define cairo_public __declspec(dllexport)
|
||
|
#endif
|
||
|
|