aboutsummaryrefslogtreecommitdiff
path: root/sokol_glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'sokol_glue.h')
-rw-r--r--sokol_glue.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sokol_glue.h b/sokol_glue.h
index 1fb34802..b688a87e 100644
--- a/sokol_glue.h
+++ b/sokol_glue.h
@@ -116,12 +116,12 @@ SOKOL_GLUE_API_DECL sg_swapchain sglue_swapchain(void);
#define SOKOL_GLUE_IMPL_INCLUDED (1)
#include <string.h> /* memset */
-#ifndef SOKOL_APP_IMPL_INCLUDED
-#error "Please include the sokol_app.h implementation before the sokol_glue.h implementation"
+#ifndef SOKOL_APP_INCLUDED
+#error "Please include sokol_app.h before the sokol_glue.h implementation"
#endif
#ifndef SOKOL_API_IMPL
- #define SOKOL_API_IMPL
+#define SOKOL_API_IMPL
#endif