source: branches/rme-x86/aux/cocotron/win32/cocotron/issue516/issue516_Prefix.pch

Last change on this file was 13478, checked in by Gary Palter, 15 years ago

Add test case for Cocotron issue 516

File size: 215 bytes
Line 
1//
2// Prefix header for all source files of the 'TrivialDocuments' target in the 'TrivialDocuments' project
3//
4
5#ifdef __OBJC__
6 #import <Cocoa/Cocoa.h>
7#endif
8
9
10#ifdef WINDOWS
11enum {
12 unimpErr = -4
13};
14#endif
Note: See TracBrowser for help on using the repository browser.