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
This commit is contained in:
Guillermo Rodriguez Garcia
2000-04-04 16:45:49 +00:00
parent bb942f0b29
commit dda9ed859c

View File

@@ -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