Outdated comment is outdated.

This commit is contained in:
Jason Felds
2011-07-20 19:49:37 -04:00
parent 95c92094b7
commit 5164e80b7f
+4 -11
View File
@@ -7,21 +7,14 @@
#include <memory>
#if defined(_WINDOWS)
#include "zlib.h"
#include "zlib.h"
#if defined(_MSC_VER)
#pragma comment(lib, "zdll.lib")
#pragma comment(lib, "zdll.lib")
#endif
#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
#include <zlib.h>
#include <zlib.h>
#endif
RageFileObjInflate::RageFileObjInflate( RageFileBasic *pFile, int iUncompressedSize )