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