comparison win32/exdispid.d @ 1:4a9dcbd9e54f

-files of 0.13 beta -fixes so that it now compiles with the current dmd version
author marton@basel.hu
date Tue, 05 Apr 2011 20:44:01 +0200
parents
children
comparison
equal deleted inserted replaced
0:586e4a649642 1:4a9dcbd9e54f
1 /***********************************************************************\
2 * exdispid.d *
3 * *
4 * Windows API header module *
5 * *
6 * Translated from MinGW API for MS-Windows 3.10 *
7 * by Stewart Gordon *
8 * *
9 * Placed into public domain *
10 \***********************************************************************/
11 module win32.exdispid;
12
13 enum : int {
14 DISPID_STATUSTEXTCHANGE = 102,
15 DISPID_PROGRESSCHANGE = 108,
16 DISPID_TITLECHANGE = 113,
17 DISPID_BEFORENAVIGATE2 = 250,
18 DISPID_NEWWINDOW2 = 251,
19 DISPID_DOCUMENTCOMPLETE = 259
20 }