Changeset 1618 for trunk/src/kernel32/wprocess.cpp
- Timestamp:
- Nov 5, 1999, 3:06:44 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/wprocess.cpp
r1481 r1618 1 /* $Id: wprocess.cpp,v 1.4 3 1999-10-27 18:11:40sandervl Exp $ */1 /* $Id: wprocess.cpp,v 1.44 1999-11-05 14:06:44 sandervl Exp $ */ 2 2 3 3 /* … … 560 560 *dot = 0; 561 561 562 if(!fDllModule && WinExe && !strcmpi( lpszModule, WinExe->getModuleName())) {562 if(!fDllModule && WinExe && !strcmpi(szModule, WinExe->getModuleName())) { 563 563 hMod = WinExe->getInstanceHandle(); 564 564 }
Note:
See TracChangeset
for help on using the changeset viewer.