Changeset 22081 for branches/swt/include/win/shlobj.h
- Timestamp:
- Aug 23, 2014, 4:21:44 PM (11 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/shlobj.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/shlobj.h
r21585 r22081 159 159 { HANDLE hIcon; 160 160 HANDLE hMonitor; 161 } u; 161 //~ } u; 162 ///-------------------------------------------------------------------[swt-os2] 163 /// From Wine::include/shellapi.h 164 } DUMMYUNIONNAME; 165 ///---------------------------------------------------------------------------- 162 166 HANDLE hProcess; 163 167 } SHELLEXECUTEINFOA, *LPSHELLEXECUTEINFOA; … … 181 185 { HANDLE hIcon; 182 186 HANDLE hMonitor; 183 } u; 187 //~ } u; 188 ///-------------------------------------------------------------------[swt-os2] 189 /// From Wine::include/shellapi.h 190 } DUMMYUNIONNAME; 191 ///---------------------------------------------------------------------------- 184 192 HANDLE hProcess; 185 193 } SHELLEXECUTEINFOW, *LPSHELLEXECUTEINFOW;
Note:
See TracChangeset
for help on using the changeset viewer.
