Skip to content

Commit

Permalink
get rid of windows warning
Browse files Browse the repository at this point in the history
  • Loading branch information
zelurker committed Feb 28, 2022
1 parent 6666988 commit 14f6b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/raine.c
Expand Up @@ -173,7 +173,7 @@ static void mymprotect(void* adr) {

char *current_year = __DATE__; // used also in sdl/dialogs/about.cpp

#ifdef RAINE_WIN32
#if defined(RAINE_WIN32) && USE_MUSASHI < 2
static void winprotect(void *adr) {
MEMORY_BASIC_INFORMATION info;
/* The solution to query the areas : problem is there not a single area in windows, but many
Expand Down

0 comments on commit 14f6b4a

Please sign in to comment.