BACKENDS: Rename appMenu_osx.* to appmenu_osx.*
This commit is contained in:
parent
19bb69c7ed
commit
cde3a3d9a0
3 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
// Disable symbol overrides so that we can use system headers.
|
||||
#define FORBIDDEN_SYMBOL_ALLOW_ALL
|
||||
|
||||
#include "backends/platform/sdl/macosx/appMenu_osx.h"
|
||||
#include "backends/platform/sdl/macosx/appmenu_osx.h"
|
||||
#include "common/translation.h"
|
||||
|
||||
#include <Cocoa/Cocoa.h>
|
|
@ -15,7 +15,7 @@ ifdef MACOSX
|
|||
MODULE_OBJS += \
|
||||
macosx/macosx-main.o \
|
||||
macosx/macosx.o \
|
||||
macosx/appMenu_osx.o
|
||||
macosx/appmenu_osx.o
|
||||
endif
|
||||
|
||||
ifdef WIN32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue