Changeset 21755 for branches/gcc-kmk/include/win/shellapi.h
- Timestamp:
- Oct 28, 2011, 2:04:25 AM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/include/win/shellapi.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win/shellapi.h
r21510 r21755 3 3 4 4 #include "windef.h" 5 6 #ifdef __cplusplus 7 extern "C" { 8 #endif 5 9 6 10 #pragma pack(1) … … 166 170 typedef WORD PRINTEROP_FLAGS; 167 171 168 typedef struct _SHNAMEMAPPINGW { 169 LPWSTR pszOldPath; 170 LPWSTR pszNewPath; 171 int cchOldPath; 172 int cchNewPath; 173 } SHNAMEMAPPINGW, *LPSHNAMEMAPPINGW; 172 typedef struct _SHNAMEMAPPINGW { 173 LPWSTR pszOldPath; 174 LPWSTR pszNewPath; 175 int cchOldPath; 176 int cchNewPath; 177 } SHNAMEMAPPINGW, *LPSHNAMEMAPPINGW; 174 178 175 179 typedef struct _SHFILEOPSTRUCTA … … 292 296 #pragma pack(4) 293 297 298 #ifdef __cplusplus 299 } // extern "C" 300 #endif 301 294 302 #endif /* _WINE_SHELLAPI_H */
Note:
See TracChangeset
for help on using the changeset viewer.
