Artifact f9db50b00c70051dc70d71f72ccac4ef29a72ad8
- File
src/win32/exdispid.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.
/***********************************************************************\
* exdispid.d *
* *
* Windows API header module *
* *
* Translated from MinGW API for MS-Windows 3.10 *
* by Stewart Gordon *
* *
* Placed into public domain *
\***********************************************************************/
module win32.exdispid;
enum : int {
DISPID_STATUSTEXTCHANGE = 102,
DISPID_PROGRESSCHANGE = 108,
DISPID_TITLECHANGE = 113,
DISPID_BEFORENAVIGATE2 = 250,
DISPID_NEWWINDOW2 = 251,
DISPID_DOCUMENTCOMPLETE = 259
}