From dda9ed859cfa8998f5ce2b1c07c64c9ae5b479be Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Tue, 4 Apr 2000 16:45:49 +0000 Subject: [PATCH] Changed xpmi.h to XpmI.h (the correct file name) in an #include directive to avoid problems when cross-compiling from Linux to Windows/mingw git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/xpm/simx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpm/simx.c b/src/xpm/simx.c index 04714849bf..1b648a7ee4 100644 --- a/src/xpm/simx.c +++ b/src/xpm/simx.c @@ -38,7 +38,7 @@ #ifdef FOR_MSW -#include "xpmi.h" /* for XpmMalloc */ +#include "XpmI.h" /* for XpmMalloc */ /* * On DOS size_t is only 2 bytes, thus malloc(size_t s) can only malloc