summaryrefslogtreecommitdiff
path: root/include/SDL_messagebox.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDL_messagebox.h')
-rw-r--r--include/SDL_messagebox.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/SDL_messagebox.h b/include/SDL_messagebox.h
index c037466ce7..cb1a1ccff0 100644
--- a/include/SDL_messagebox.h
+++ b/include/SDL_messagebox.h
@@ -28,9 +28,7 @@
#include "begin_code.h"
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus
-/* *INDENT-OFF* */
extern "C" {
-/* *INDENT-ON* */
#endif
/**
@@ -137,9 +135,7 @@ extern DECLSPEC int SDLCALL SDL_ShowSimpleMessageBox(Uint32 flags, const char *t
/* Ends C function definitions when using C++ */
#ifdef __cplusplus
-/* *INDENT-OFF* */
}
-/* *INDENT-ON* */
#endif
#include "close_code.h"