Outdated comment is outdated.

This commit is contained in:
Jason Felds
2011-07-20 19:49:37 -04:00
parent 95c92094b7
commit 5164e80b7f
-7
View File
@@ -12,13 +12,6 @@
#pragma comment(lib, "zdll.lib") #pragma comment(lib, "zdll.lib")
#endif #endif
#elif defined(MACOSX) #elif defined(MACOSX)
/* Since crypto++ was added to the repository, <zlib.h> includes the zlib.h
* in there rather than the correct system one. I don't know why it would do
* this since crypto51 is not being listed as one of the include directories.
* I've never run into this problem before and looking at the command line
* used to compile RageFileDriverZip.o, I have no idea how it's happening.
* --Steve
*/
#include "zlib.h" #include "zlib.h"
#else #else
#include <zlib.h> #include <zlib.h>