Artifact af4d6a6acf290cf483c7c16e4c7288bf4be0f603
- File
src/win32/cplext.d
-
2015-05-05 06:49:05
- part of checkin
[9b639cf2d6]
on branch trunk
- Working version for update to 2.067.
The problem was __gshared. Replacing it with TLS fixed the issue. Remaining problem is that "hack.d"'s CloseHandle hack is not working anymore.
(user: kinaba) [annotate]
-
2015-05-05 06:49:05
- part of checkin
[9b639cf2d6]
on branch trunk
- Working version for update to 2.067.
/***********************************************************************\
* cplext.d *
* *
* Windows API header module *
* *
* Translated from MinGW API for MS-Windows 3.10 *
* by Stewart Gordon *
* *
* Placed into public domain *
\***********************************************************************/
module win32.cplext;
enum : uint {
CPLPAGE_MOUSE_BUTTONS = 1,
CPLPAGE_MOUSE_PTRMOTION = 2,
CPLPAGE_MOUSE_WHEEL = 3,
CPLPAGE_KEYBOARD_SPEED = 1,
CPLPAGE_DISPLAY_BACKGROUND = 1
}