Changeset 21916 for trunk/include/win/shellapi.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/win/shellapi.h
r21510 r21916 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.