Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed C++ macro setup in internal header for Android port which is …
Browse files Browse the repository at this point in the history
…only C now.
  • Loading branch information
philippwiesemann committed Jul 27, 2013
1 parent d02a1dd commit 21802be
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/core/android/SDL_android.h
Expand Up @@ -20,13 +20,6 @@
*/
#include "SDL_config.h"

/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus
/* *INDENT-OFF* */
extern "C" {
/* *INDENT-ON* */
#endif

#include "SDL_rect.h"

/* Interface from the SDL library into the Android Java activity */
Expand Down Expand Up @@ -68,11 +61,4 @@ int Android_JNI_SetupThread(void);
/* Generic messages */
int Android_JNI_SendMessage(int command, int param);

/* Ends C function definitions when using C++ */
#ifdef __cplusplus
/* *INDENT-OFF* */
}
/* *INDENT-ON* */
#endif

/* vi: set ts=4 sw=4 expandtab: */

0 comments on commit 21802be

Please sign in to comment.