comparison src/s/cygwin32.h @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents 2f8bb876ab1d
children de805c49cfc1
comparison
equal deleted inserted replaced
407:ed6218a7d4d3 408:501cfd01ee6d
83 extern int utimes(char *file, struct timeval *tvp); 83 extern int utimes(char *file, struct timeval *tvp);
84 84
85 extern int srandom( unsigned seed); 85 extern int srandom( unsigned seed);
86 extern long random(); 86 extern long random();
87 87
88 # define SND_ASYNC 1
89 # define SND_NODEFAULT 2
90 # define SND_MEMORY 4
91 # define SND_FILENAME 0x2000L
92 # define VK_APPS 0x5D
93 # define SIF_TRACKPOS 0x0010
94 # define ICC_BAR_CLASSES 4
95 # define FW_BLACK FW_HEAVY
96 # define FW_ULTRABOLD FW_EXTRABOLD
97 # define FW_DEMIBOLD FW_SEMIBOLD
98 # define FW_ULTRALIGHT FW_EXTRALIGHT
99 # define APPCMD_FILTERINITS 0x20L
100 # define CBF_FAIL_SELFCONNECTIONS 0x1000
101 # define CBF_SKIP_ALLNOTIFICATIONS 0x3C0000
102 # define CBF_FAIL_ADVISES 0x4000
103 # define CBF_FAIL_POKES 0x10000
104 # define CBF_FAIL_REQUESTS 0x20000
105 # define SZDDESYS_TOPIC "System"
106 # define JOHAB_CHARSET 130
107 # define MAC_CHARSET 77
108 # endif 88 # endif
109 #endif 89 #endif
110
111 #ifndef SPI_GETWHEELSCROLLLINES
112 #define SPI_GETWHEELSCROLLLINES 104
113 #endif
114 #ifndef WHEEL_PAGESCROLL
115 #define WHEEL_PAGESCROLL (UINT_MAX)
116 #endif
117 #ifndef WHEEL_DELTA
118 #define WHEEL_DELTA 120
119 #endif
120 #ifndef WM_MOUSEWHEEL
121 #define WM_MOUSEWHEEL 0x20A
122 #endif
123 #ifndef TCS_BOTTOM
124 #define TCS_BOTTOM 0x0002
125 #endif
126 #ifndef TCS_VERTICAL
127 #define TCS_VERTICAL 0x0080
128 #endif
129 #ifndef PHYSICALWIDTH
130 #define PHYSICALWIDTH 110
131 #endif
132 #ifndef PHYSICALHEIGHT
133 #define PHYSICALHEIGHT 111
134 #endif
135 #ifndef PHYSICALOFFSETX
136 #define PHYSICALOFFSETX 112
137 #endif
138 #ifndef PHYSICALOFFSETY
139 #define PHYSICALOFFSETY 113
140 #endif
141
142
143 #define PBS_SMOOTH 0x01
144 90
145 #ifdef HAVE_MS_WINDOWS 91 #ifdef HAVE_MS_WINDOWS
146 #define HAVE_NTGUI 92 #define HAVE_NTGUI
147 #define HAVE_FACES 93 #define HAVE_FACES
148 #endif 94 #endif
151 #define ORDINARY_LINK 97 #define ORDINARY_LINK
152 #endif 98 #endif
153 99
154 #define C_SWITCH_SYSTEM -Wno-sign-compare -fno-caller-saves 100 #define C_SWITCH_SYSTEM -Wno-sign-compare -fno-caller-saves
155 #define LIBS_SYSTEM -lwinmm 101 #define LIBS_SYSTEM -lwinmm
156 102 #define WIN32_LEAN_AND_MEAN
157 103
158 #define TEXT_START -1 104 #define TEXT_START -1
159 #define TEXT_END -1 105 #define TEXT_END -1
160 #define DATA_END -1 106 #define DATA_END -1
161 #define HEAP_IN_DATA 107 #define HEAP_IN_DATA