Changes for BC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,7 +12,13 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "zlib.h"
|
||||
|
||||
/* Not the right solution (paths in makefiles) but... */
|
||||
#ifdef __BORLANDC__
|
||||
#include "../common/unzip.h"
|
||||
#else
|
||||
#include "unzip.h"
|
||||
#endif
|
||||
|
||||
#ifdef STDC
|
||||
# include <stddef.h>
|
||||
|
||||
Reference in New Issue
Block a user