Mercurial > hg > xemacs-beta
comparison src/s/cygwin32.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 84b14dcb0985 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
439:357dd071b03c | 440:8de8e3f6228a |
---|---|
125 #define TCS_BOTTOM 0x0002 | 125 #define TCS_BOTTOM 0x0002 |
126 #endif | 126 #endif |
127 #ifndef TCS_VERTICAL | 127 #ifndef TCS_VERTICAL |
128 #define TCS_VERTICAL 0x0080 | 128 #define TCS_VERTICAL 0x0080 |
129 #endif | 129 #endif |
130 #ifndef PHYSICALWIDTH | |
131 #define PHYSICALWIDTH 110 | |
132 #endif | |
133 #ifndef PHYSICALHEIGHT | |
134 #define PHYSICALHEIGHT 111 | |
135 #endif | |
136 #ifndef PHYSICALOFFSETX | |
137 #define PHYSICALOFFSETX 112 | |
138 #endif | |
139 #ifndef PHYSICALOFFSETY | |
140 #define PHYSICALOFFSETY 113 | |
141 #endif | |
142 | |
130 | 143 |
131 #define PBS_SMOOTH 0x01 | 144 #define PBS_SMOOTH 0x01 |
132 | 145 |
133 #ifdef HAVE_MS_WINDOWS | 146 #ifdef HAVE_MS_WINDOWS |
134 #define HAVE_NTGUI | 147 #define HAVE_NTGUI |
149 #define HEAP_IN_DATA | 162 #define HEAP_IN_DATA |
150 #define UNEXEC "unexcw.o" | 163 #define UNEXEC "unexcw.o" |
151 | 164 |
152 #ifdef CYGWIN_VERSION_DLL_MAJOR | 165 #ifdef CYGWIN_VERSION_DLL_MAJOR |
153 #if 0 | 166 #if 0 |
154 /* ### FIXME: although defining BROKEN_SIGIO is correct for proper ^G | 167 /* #### FIXME: although defining BROKEN_SIGIO is correct for proper ^G |
155 behavior, bugs in cygwin mean that xemacs locks up frequently if | 168 behavior, bugs in cygwin mean that xemacs locks up frequently if |
156 this is defined. */ | 169 this is defined. */ |
157 #define BROKEN_SIGIO | 170 #define BROKEN_SIGIO |
158 #endif | 171 #endif |
159 #else | 172 #else |