diff options
Diffstat (limited to 'android/main.c')
-rw-r--r-- | android/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/android/main.c b/android/main.c index bf3feec..c4e94c3 100644 --- a/android/main.c +++ b/android/main.c @@ -1301,9 +1301,6 @@ _adjustPartitionSize( const char* description, return convertMBToBytes(imageMB); } -#ifdef _WIN32 -#undef main /* we don't want SDL to define main */ -#endif int main(int argc, char **argv) { |