mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
9502b2044d
* [mathgl] Update to v2.5 and apply fixes * Update CI baseline
12 lines
365 B
Diff
12 lines
365 B
Diff
--- a/include/mgl2/define.h 2021-12-08 13:59:55.000000000 +0800
|
|
+++ a/include/mgl2/define.h 2021-12-15 10:39:09.701079400 +0800
|
|
@@ -66,6 +66,8 @@
|
|
#else
|
|
#define MGL_FUNC_CONST
|
|
#define MGL_FUNC_PURE
|
|
+#define MGL_FUNC_INIT
|
|
+#define MGL_FUNC_FINI
|
|
#endif
|
|
#define MGL_EXPORT_CONST MGL_EXPORT MGL_FUNC_CONST
|
|
#define MGL_EXPORT_PURE MGL_EXPORT MGL_FUNC_PURE
|