blob: 0cc3d738511663bb492994d7b2927724994773b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
/*************************************************************************
#*
#* $Workfile: svpm.h $
#*
#* Ersterstellung DV 01.10.97
#* Letzte Aenderung $Author: patrick.luby $ $Date: 2000-09-27 22:52:33 $
#* $Revision: 1.2 $
#*
#* $Logfile: T:/tools/os2/inc/svpm.h_v $
#*
#* Copyright (c) 2000, Sun Microsystems, Inc.
#*
#*************************************************************************
Source Code Control System - Header
$Header: /zpool/svn/migration/cvs_rep_09_09_08/code/solenv/inc/postmac.h,v 1.2 2000-09-27 22:52:33 patrick.luby Exp $
Source Code Control System - Update
$Log: not supported by cvs2svn $
Revision 1.1.1.1 2000/09/20 14:43:16 hr
initial import
Revision 1.1 2000/06/11 09:18:58 patrick.luby
Updates to support SRC591 build on Mac OS X.
Revision 1.2 1997/10/15 12:26:50 dv
MAC_Ptr und MAC_Boolean neu
Revision 1.1 1997/10/01 06:45:40 dv
First checked in
*************************************************************************/
#undef Boolean
#undef Button
#undef Byte
#undef Control
#undef Cursor
#undef FontInfo
#undef GetItem
#undef MemoryBlock
#undef Palette
#undef Polygon
#undef Point
#undef Ptr
#undef Region
#undef Size
#undef LSize
#undef ModalDialog
#undef SetCursor
#undef ShowWindow
#undef StringPtr
#undef DirInfo
#undef BOOL
#undef ULONG
|