comparison loader/wine/module.h @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 9e739bdb049c
children
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
46 WORD version; /* Must be "A0" (0x3041) */ 46 WORD version; /* Must be "A0" (0x3041) */
47 WORD reserved; 47 WORD reserved;
48 FARPROC16 BootApp; /* startup procedure */ 48 FARPROC16 BootApp; /* startup procedure */
49 FARPROC16 LoadAppSeg; /* procedure to load a segment */ 49 FARPROC16 LoadAppSeg; /* procedure to load a segment */
50 FARPROC16 reserved2; 50 FARPROC16 reserved2;
51 FARPROC16 MyAlloc; /* memory allocation procedure, 51 FARPROC16 MyAlloc; /* memory allocation procedure,
52 * wine must write this field */ 52 * wine must write this field */
53 FARPROC16 EntryAddrProc; 53 FARPROC16 EntryAddrProc;
54 FARPROC16 ExitProc; /* exit procedure */ 54 FARPROC16 ExitProc; /* exit procedure */
55 WORD reserved3[4]; 55 WORD reserved3[4];
56 FARPROC16 SetOwner; /* Set Owner procedure, exported by wine */ 56 FARPROC16 SetOwner; /* Set Owner procedure, exported by wine */
63 SEGPTR cmdLine WINE_PACKED; /* Command-line */ 63 SEGPTR cmdLine WINE_PACKED; /* Command-line */
64 SEGPTR showCmd WINE_PACKED; /* Code for ShowWindow() */ 64 SEGPTR showCmd WINE_PACKED; /* Code for ShowWindow() */
65 SEGPTR reserved WINE_PACKED; 65 SEGPTR reserved WINE_PACKED;
66 } LOADPARAMS16; 66 } LOADPARAMS16;
67 67
68 typedef struct 68 typedef struct
69 { 69 {
70 LPSTR lpEnvAddress; 70 LPSTR lpEnvAddress;
71 LPSTR lpCmdLine; 71 LPSTR lpCmdLine;
72 UINT16 *lpCmdShow; 72 UINT16 *lpCmdShow;
73 DWORD dwReserved; 73 DWORD dwReserved;