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

Commit

Permalink
Fixed comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
bieh committed May 23, 2010
1 parent 47a8620 commit 1c62b77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/SDL_platform.h
Expand Up @@ -67,12 +67,10 @@
#endif
#if defined(ANDROID)
#undef __ANDROID__
#undef __LINUX__ //do we need to do this?
#undef __LINUX__ /*do we need to do this?*/
#define __ANDROID__ 1
#endif



#if defined(__APPLE__)
/* lets us know what version of Mac OS X we're compiling on */
#include "AvailabilityMacros.h"
Expand Down

0 comments on commit 1c62b77

Please sign in to comment.