diff options
Diffstat (limited to 'src/osd/windows/winmisc.c')
-rw-r--r-- | src/osd/windows/winmisc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/windows/winmisc.c b/src/osd/windows/winmisc.c index c83613a5e37..3c74ed879a6 100644 --- a/src/osd/windows/winmisc.c +++ b/src/osd/windows/winmisc.c @@ -58,10 +58,10 @@ //============================================================ // presumed size of a page of memory -#define PAGE_SIZE 4096 +#define PAGE_SIZE 4096 // align allocations to start or end of the page? -#define GUARD_ALIGN_START 0 +#define GUARD_ALIGN_START 0 |