mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-17 06:38:30 +01:00
cleanup
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
|
||||||
#include <stdarg.h>
|
|
||||||
#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
|
||||||
@@ -13,6 +10,8 @@
|
|||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
#define EXTERN extern "C"
|
#define EXTERN extern "C"
|
||||||
#else
|
#else
|
||||||
|
#include <stdarg.h>
|
||||||
|
#include <stdbool.h>
|
||||||
#define EXTERN extern
|
#define EXTERN extern
|
||||||
#endif
|
#endif
|
||||||
#define CIMGUI_API EXTERN API
|
#define CIMGUI_API EXTERN API
|
||||||
|
Reference in New Issue
Block a user