summaryrefslogtreecommitdiff
path: root/rsc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 13:01:06 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 13:01:06 +0000
commitfe7ec1f80b1eeb4e07d723faf00b5052e165e81d (patch)
tree381a9242429e60aa6dc4a8bff5a038073f246b19 /rsc
parent3244f1bf73c3cb82e736ed7b5bb0280acca7cbaa (diff)
INTEGRATION: CWS vcl79 (1.27.26); FILE MERGED
2007/06/18 13:13:51 pl 1.27.26.1: #i78468# remove old MAC
Diffstat (limited to 'rsc')
-rw-r--r--rsc/source/rsc/rsc.cxx20
1 files changed, 4 insertions, 16 deletions
diff --git a/rsc/source/rsc/rsc.cxx b/rsc/source/rsc/rsc.cxx
index 25cb2c6897ef..d5e2389b0d94 100644
--- a/rsc/source/rsc/rsc.cxx
+++ b/rsc/source/rsc/rsc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: rsc.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 16:03:28 $
+ * last change: $Author: rt $ $Date: 2007-07-03 14:01:06 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -38,37 +38,25 @@
/****************************************************************/
/* Include File */
/****************************************************************/
-#ifdef MAC
-#include "mac_start.h"
-#endif
#include <stdlib.h>
#include <stdio.h>
#include <fcntl.h>
+
#ifdef UNX
#include <unistd.h>
#include <sys/wait.h>
#include <sys/stat.h>
#else
-#ifndef MAC
#include <io.h>
#include <process.h>
#include <direct.h>
#endif
-#endif
+
#include <string.h>
#include <ctype.h>
#include <errno.h>
-#ifdef MAC
-#ifdef MAC_UNIVERSAL
-#ifndef _UNISTD
- #include <unistd.h>
-#endif
-#endif
-#include "mac_end.h"
-#endif
-
#if defined( PM2 ) && defined( ZTC )
#include <svpm.h>
#ifndef unlink