summaryrefslogtreecommitdiffstats
path: root/stone_soup/crawl-ref/mac/Precomp (Posix-R).pch++
blob: f6d249a5f4ca5a52ea94218297c14536165b47c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *  File:       Precomp (Posix-R).pch++
 *  Summary:   	Precompiled header for Posix release builds.
 *  Written by: Jesse Jones
 *
 *  Copyright � 2002 Jesse Jones. 
 *
 *  Change History (most recent first):	
 *
 *    <1>     5/25/02     JDJ     Created
 */
 
#pragma precompile_target "Precomp (Posix-R)"	

#define UNIX			1
#define BSD				1

#include "Precomp (Common).h"