Ignore:
Timestamp:
Dec 7, 1999, 1:28:41 PM (26 years ago)
Author:
sandervl
Message:

memory map + string resource fixes

File:
1 edited

Legend:

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

    r1975 r2007  
    1 /* $Id: wprocess.cpp,v 1.55 1999-12-05 10:02:31 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.56 1999-12-07 12:28:41 sandervl Exp $ */
    22
    33/*
     
    606606  }
    607607
    608   eprintf(("KERNEL32:  GetModuleHandle %s returned %X\n", lpszModule, hMod));
     608  dprintf(("KERNEL32:  GetModuleHandle %s returned %X\n", lpszModule, hMod));
    609609  return(hMod);
    610610}
Note: See TracChangeset for help on using the changeset viewer.