fix case-sensntive filenames
svn: r7692
This commit is contained in:
parent
a767e683c7
commit
4873e94991
|
@ -67,7 +67,7 @@ extern char **wxGetCompleteFaceList(int *_len, int mono_only);
|
|||
#ifdef wx_mac
|
||||
# ifdef WX_CARBON
|
||||
# ifdef OS_X
|
||||
# include <Quicktime/Movies.h>
|
||||
# include <QuickTime/Movies.h>
|
||||
# else
|
||||
# include <Movies.h>
|
||||
# endif
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "xpm34p.h" /* for XpmMalloc */
|
||||
#ifdef FOR_MAC
|
||||
# include <stdlib.h>
|
||||
# include <Memory.h>
|
||||
# include <memory.h>
|
||||
# ifdef __cplusplus
|
||||
extern int xpmGetRGBfromName(char *inname, int *r, int *g, int *b);
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user