mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-22 19:55:23 +00:00
24 lines
413 B
C
24 lines
413 B
C
/*
|
|
* $Logfile: /Descent3/main/lib/mac/mac_settings.h $
|
|
* $Revision: 1.1.1.1 $
|
|
* $Date: 2003/08/26 03:58:13 $
|
|
* $Author: kevinb $
|
|
*
|
|
*
|
|
* $Log: mac_settings.h,v $
|
|
* Revision 1.1.1.1 2003/08/26 03:58:13 kevinb
|
|
* initial 1.5 import
|
|
*
|
|
*
|
|
* 1 2/27/97 5:04 PM Jeremy
|
|
* macintosh settings for the compiler
|
|
*
|
|
* $NoKeywords: $
|
|
*/
|
|
|
|
#ifndef MAC_SETTINGS_H
|
|
#define MAC_SETTINGS_H
|
|
|
|
#define MACINTOSH
|
|
|
|
#endif |