Changeset 1341

Show
Ignore:
Timestamp:
07/30/07 18:53:33 (1 year ago)
Author:
common
Message:

libemu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • libemu/trunk/src/environment/win32/emu_env_w32_dll_export_kernel32_hooks.c

    r1333 r1341  
    219219        printf("STARTUPINFO {\n" 
    220220                   "\tDWORD cb=%i;\n" 
    221                    "\tLPTSTR lpReserved=%x;\n" 
    222                    "\tLPTSTR lpDesktop=%x;\n" 
    223                    "\tLPTSTR lpTitle=%x;\n" 
     221                   "\tLPTSTR lpReserved=0x%08x;\n" 
     222                   "\tLPTSTR lpDesktop=0x%08x;\n" 
     223                   "\tLPTSTR lpTitle=0x%08x;\n" 
    224224                   "\tDWORD dwX=%i;\n" 
    225225                   "\tDWORD dwY=%i;\n" 
     
    232232                   "\tWORD wShowWindow=%i;\n" 
    233233                   "\tWORD cbReserved2=%i;\n" 
    234                    "\tLPBYTE lpReserved2=%x;\n" 
     234                   "\tLPBYTE lpReserved2=0x08%x;\n" 
    235235                   "\tHANDLE hStdInput=%i;\n" 
    236236                   "\tHANDLE hStdOutput=%i;\n"