mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
4f0bb16fcd
* Fix mingw-dynamic builds * Trim portfile * Update versions
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
|
|
|