cs: avoid uppercase in Windows header and library references
This commit is contained in:
parent
f94fba12da
commit
201015a4b6
|
@ -261,7 +261,7 @@ raw_racketcs.exe: main.o MemoryModule.o rres.o
|
|||
raw_gracketcs.exe: grmain.o MemoryModule.o grres.o
|
||||
$(CC) $(CFLAGS) -mwindows -o raw_gracketcs.exe grmain.o MemoryModule.o grres.o $(LDFLAGS)
|
||||
|
||||
MINGW_LIBS = -lshell32 -luser32 -lole32 -lRpcrt4 -luuid -lws2_32 -ladvapi32
|
||||
MINGW_LIBS = -lshell32 -luser32 -lole32 -lrpcrt4 -luuid -lws2_32 -ladvapi32
|
||||
|
||||
raw_libracketcs.dll: boot.o $(BOOT_OBJS) libres.o
|
||||
$(CC) $(CFLAGS) --shared -o raw_libracketcs.dll $(BOOT_OBJS) libres.o $(LDFLAGS) rktio/librktio.a $(MINGW_LIBS) -static-libgcc $(LIBS)
|
||||
|
|
|
@ -17,7 +17,7 @@ static void pre_filter_cmdline_arguments(int *argc, char ***argv);
|
|||
instance of the same app. */
|
||||
char *check_for_another = "yes, please check for another";
|
||||
|
||||
# include <Windows.h>
|
||||
# include <windows.h>
|
||||
# include "../start/win_single.inc"
|
||||
# define CHECK_SINGLE_INSTANCE
|
||||
#endif
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#ifdef WIN32
|
||||
# include <Windows.h>
|
||||
# include <windows.h>
|
||||
# define DOS_FILE_SYSTEM
|
||||
static int scheme_utf8_encode(unsigned int *path, int zero_offset, int len,
|
||||
char *dest, int dest_len, int get_utf16);
|
||||
|
|
Loading…
Reference in New Issue
Block a user