Export to GitHub

sfxr - issue #4

Obsolete WIN32 macro in main.cpp


Posted on May 28, 2010 by Happy Cat

There are obsolete WIN32 conditionals in main.cpp. I think the code guarded by the WIN32 macro is already superseded by the cross-platform SDL library. As an additional complication, the macro WIN32 is sometimes set by compilers or build systems (CMake, for example ;)), leading to compile errors.

I have included a patch that removes all WIN32 conditionals in main.cpp.

Attachments

Comment #1

Posted on Feb 24, 2011 by Happy Wombat

Wow, Google Reader and Google Code really dropped the ball on letting me know of these updates! Sorry about the long, long wait. This patch has been applied.

Thanks!

Status: Fixed

Labels:
Type-Defect Priority-Medium