diff options
Diffstat (limited to 'shared/common/port.c')
-rw-r--r-- | shared/common/port.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/common/port.c b/shared/common/port.c index bcfddf3..ffce677 100644 --- a/shared/common/port.c +++ b/shared/common/port.c @@ -45,7 +45,7 @@ enum { PORT_OK, /* MESSTREE_CONTINUE */ #define A_INT A_DEFFLOAT /* without access to sys_defaultfont, we just mimic defs from s_main.c */ -#ifdef MSW +#ifdef _WIN32 #define PORT_DEFFONTSIZE 12. #else #define PORT_DEFFONTSIZE 10. |