From 561bb41cef70d5397c4981a91be47bcb3d189a24 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien <hr@openoffice.org> Date: Thu, 1 Nov 2007 16:12:41 +0000 Subject: INTEGRATION: CWS pj85 (1.3.76); FILE MERGED 2007/10/13 18:58:52 pjanik 1.3.76.1: #i78467#: Remove old Mac code. --- tools/inc/bootstrp/prj.hxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tools/inc/bootstrp') diff --git a/tools/inc/bootstrp/prj.hxx b/tools/inc/bootstrp/prj.hxx index 5eb2990b28f8..a0bd32ab5054 100644 --- a/tools/inc/bootstrp/prj.hxx +++ b/tools/inc/bootstrp/prj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: prj.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2007-04-11 20:07:28 $ + * last change: $Author: hr $ $Date: 2007-11-01 17:12:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,8 +48,7 @@ #define OS_WIN32 0x0002 #define OS_OS2 0x0004 #define OS_UNX 0x0008 -#define OS_MAC 0x0010 -#define OS_ALL ( OS_WIN16 | OS_WIN32 | OS_OS2 | OS_UNX | OS_MAC ) +#define OS_ALL ( OS_WIN16 | OS_WIN32 | OS_OS2 | OS_UNX ) #define COMMAND_PROJECTROOT 0x0000 #define COMMAND_NMAKE 0x0001 -- cgit