Ignore:
Timestamp:
Oct 4, 2000, 9:36:26 PM (25 years ago)
Author:
sandervl
Message:

added forwarder support for PE loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r4417 r4422  
    1 /* $Id: wprocess.cpp,v 1.100 2000-10-03 20:17:20 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.101 2000-10-04 19:36:26 sandervl Exp $ */
    22
    33/*
     
    13681368
    13691369    if (cch > 0)
    1370         dprintf(("KERNEL32:  GetModuleFileNameA(%x,...): %s %d\n", hModule, lpszPath, cch));
     1370        dprintf(("KERNEL32:  GetModuleFileNameA(%x %x): %s %d\n", hModule, lpszPath, lpszPath, cch));
    13711371    else
    13721372        dprintf(("KERNEL32:  WARNING: GetModuleFileNameA(%x,...) - not found!", hModule));
Note: See TracChangeset for help on using the changeset viewer.