INTEGRATION: CWS vcl79 (1.27.26); FILE MERGED
2007/06/18 13:13:51 pl 1.27.26.1: #i78468# remove old MAC
This commit is contained in:
parent
3244f1bf73
commit
fe7ec1f80b
1 changed files with 4 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue