Ignore:
Timestamp:
Mar 14, 2001, 12:13:28 AM (25 years ago)
Author:
hugh
Message:

Synced with WINE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/dplobby.h

    r4384 r5311  
    1 // $Id: dplobby.h,v 1.5 2000-10-02 17:37:42 sandervl Exp $
     1// $Id: dplobby.h,v 1.6 2001-03-13 23:13:27 hugh Exp $
    22#ifndef __WINE_DPLOBBY_H
    33#define __WINE_DPLOBBY_H
     
    276276        LPSTR   lpszAppNameA;
    277277        LPWSTR  lpszAppName;
    278     } appName;
     278    } DUMMYUNIONNAME;
    279279
    280280} DPLAPPINFO, *LPDPLAPPINFO;
     
    298298        LPSTR       lpszApplicationNameA;
    299299        LPWSTR      lpszApplicationName;
    300     } appName;
     300    } DUMMYUNIONNAME1;
    301301
    302302    GUID        guidApplication;
     
    306306        LPSTR       lpszFilenameA;
    307307        LPWSTR      lpszFilename;
    308     } fileName;
     308    } DUMMYUNIONNAME2;
    309309
    310310    union
     
    312312        LPSTR       lpszCommandLineA;
    313313        LPWSTR      lpszCommandLine;
    314     } cmdLine;
     314    } DUMMYUNIONNAME3;
    315315
    316316    union
     
    318318        LPSTR       lpszPathA;
    319319        LPWSTR      lpszPath;
    320     } path;
     320    } DUMMYUNIONNAME4;
    321321
    322322    union
     
    324324        LPSTR       lpszCurrentDirectoryA;
    325325        LPWSTR      lpszCurrentDirectory;
    326     } curDir;
     326    } DUMMYUNIONNAME5;
    327327
    328328    LPSTR       lpszDescriptionA;
Note: See TracChangeset for help on using the changeset viewer.