aboutsummaryrefslogtreecommitdiff
path: root/libs/SDL/rect.S
diff options
context:
space:
mode:
Diffstat (limited to 'libs/SDL/rect.S')
-rw-r--r--libs/SDL/rect.S6
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/SDL/rect.S b/libs/SDL/rect.S
index f402324..a535f3b 100644
--- a/libs/SDL/rect.S
+++ b/libs/SDL/rect.S
@@ -1,3 +1,5 @@
+#ifndef __STDC_VERSION__
+
//! @file rect.S
//!
//! Assembler bindings for SDL2 (SDL_rect.h)
@@ -7,4 +9,6 @@
#define OFFSET_SDL_Rect_w 8
#define OFFSET_SDL_Rect_h 12
-#define SIZE_SDL_Rect 16 \ No newline at end of file
+#define SIZE_SDL_Rect 16
+
+#endif \ No newline at end of file