From af42ac01a4931714d5e362cee253e34b9b3689b1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 7 Mar 2014 10:52:50 +0200 Subject: Fix OS X build Change-Id: I9437bee64b318754ee5dc595f35be865a21d6a11 --- scp2/source/ooo/file_ooo.scp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scp2') diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 881a5efd85fe..27719e46caeb 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -200,7 +200,7 @@ End #endif -#ifdef UNX +#if defined UNX && ! defined MACOSX File gid_File_Bin_Uri_Encode BIN_FILE_BODY; @@ -211,14 +211,14 @@ End #endif -#ifdef UNX +#if defined UNX && ! defined MACOSX File gid_File_Bin_Senddoc BIN_FILE_BODY; Dir = FILELIST_DIR; Name = "shell_senddoc.filelist"; Styles = (FILELIST, PACKED); End -#else +#elif defined WNT File gid_File_Bin_Senddoc BIN_FILE_BODY; Dir = gid_Brand_Dir_Program; -- cgit