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

#define UNIX			1
#define BSD				1
#define _DEBUG						// this is how we know a build is a debug build on Windows so we'll use the same mechanism on the Mac

#include "Precomp (Common).h"