mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 20:08:31 +01:00
fix linux build
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined _WIN32 || defined __CYGWIN__
|
||||
#include <stdio.h>
|
||||
#define API __declspec(dllexport)
|
||||
#define snprintf sprintf_s
|
||||
#else
|
||||
|
Reference in New Issue
Block a user