[sm130futures] Good on Windows...and Mac too?

We'll see if I'm lucky here.
This commit is contained in:
Jason Felds
2011-05-04 23:22:51 -04:00
parent 94d6cd9eb3
commit b89dcc548f
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -7,9 +7,9 @@
#if defined(_WINDOWS)
# include "libpng/include/png.h"
# include "../extern/libpng/include/png.h"
# if defined(_MSC_VER)
# pragma comment(lib, "libpng/lib/libpng.lib")
# pragma comment(lib, "../extern/libpng/lib/libpng.lib")
# pragma warning(disable: 4611) /* interaction between '_setjmp' and C++ object destruction is non-portable */
# endif // _MSC_VER
#else