fixed #include paths to use local copies of png/gdk_imlib/zlib headers

fixed compiler warning in time.cpp


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-06-22 12:47:56 +00:00
parent bdc6fff9ea
commit 1f0299c17d
42 changed files with 55 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
#define _GNU_SOURCE
#include "gdk_imlib.h"
#include "gdk_imlib_private.h"
#include "../gdk_imlib/gdk_imlib.h"
#include "../gdk_imlib/gdk_imlib_private.h"
/* uncomment this to compile imlib's cahce with pixmap accounting output */
/*#define PIXMAP_ACCOUNTING */