home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
...taking it to the Macs!
/
...taking it to the Macs!.iso
/
Extras
/
ActiveX Mac SDK
/
ActiveX SDK
/
Sample Controls
/
PowerPlant View
/
PPViewPrefix.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1996-12-15
|
371 b
|
23 lines
|
[
TEXT/CWIE
]
#pragma once
#ifndef __ansi_prefix__
#define __ansi_prefix__
#include <ansi_parms.h>
#define __dest_os __mac_os
#endif
// Include precompiled headers.
#ifdef powerc
#include <PP_MacHeadersPPC>
#else
#include <PP_MacHeaders68K>
#endif
// Define debugging symbols.
#define Debug_Throw
#define Debug_Signal
// Include the PowerPlant prefix file.
#include <PP_Prefix.h>