From 3648209240449baab986752b506407c14339db57 Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 12 Jun 2009 20:47:04 +0000 Subject: [PATCH] Fix preprocessor directives --- lib/common/ps_fontmap.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/common/ps_fontmap.txt b/lib/common/ps_fontmap.txt index 0f980cc99..dc242c53a 100644 --- a/lib/common/ps_fontmap.txt +++ b/lib/common/ps_fontmap.txt @@ -1,9 +1,6 @@ #ifdef DARWIN #define TIMES "Times" -#elseifdef WIN32 -#define TIMES "Times" -#else -#ifdef WIN32 +#elif defined(WIN32) #define TIMES "Times New Roman" #else #define TIMES "Times Roman" -- 2.40.0