Fixed from Mumit Khan to allow DLL compilation for mingw32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-01-10 01:00:13 +00:00
parent 6f4968e281
commit 31e78e0cb6
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@
// If we are building with configure (defines __WX_SETUP_H__),
// we trust the zlib path is given as a -I option.
#if defined(__WXMSW__) && !defined(__WX_SETUP_H__)
#include "..\zlib\zlib.h"
#include "../zlib/zlib.h"
#else
#include "zlib.h"
#endif