Changeset 5311 for trunk/include/win/dplobby.h
- Timestamp:
- Mar 14, 2001, 12:13:28 AM (25 years ago)
- File:
-
- 1 edited
-
trunk/include/win/dplobby.h (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/dplobby.h
r4384 r5311 1 // $Id: dplobby.h,v 1. 5 2000-10-02 17:37:42 sandervlExp $1 // $Id: dplobby.h,v 1.6 2001-03-13 23:13:27 hugh Exp $ 2 2 #ifndef __WINE_DPLOBBY_H 3 3 #define __WINE_DPLOBBY_H … … 276 276 LPSTR lpszAppNameA; 277 277 LPWSTR lpszAppName; 278 } appName;278 } DUMMYUNIONNAME; 279 279 280 280 } DPLAPPINFO, *LPDPLAPPINFO; … … 298 298 LPSTR lpszApplicationNameA; 299 299 LPWSTR lpszApplicationName; 300 } appName;300 } DUMMYUNIONNAME1; 301 301 302 302 GUID guidApplication; … … 306 306 LPSTR lpszFilenameA; 307 307 LPWSTR lpszFilename; 308 } fileName;308 } DUMMYUNIONNAME2; 309 309 310 310 union … … 312 312 LPSTR lpszCommandLineA; 313 313 LPWSTR lpszCommandLine; 314 } cmdLine;314 } DUMMYUNIONNAME3; 315 315 316 316 union … … 318 318 LPSTR lpszPathA; 319 319 LPWSTR lpszPath; 320 } path;320 } DUMMYUNIONNAME4; 321 321 322 322 union … … 324 324 LPSTR lpszCurrentDirectoryA; 325 325 LPWSTR lpszCurrentDirectory; 326 } curDir;326 } DUMMYUNIONNAME5; 327 327 328 328 LPSTR lpszDescriptionA;
Note:
See TracChangeset
for help on using the changeset viewer.
