mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 11:58:30 +01:00
fix win32 build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
#if defined _WIN32 || defined __CYGWIN__
|
||||
#define API __declspec(dllexport)
|
||||
#define snprintf sprintf_s
|
||||
#else
|
||||
#define API
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user