Ignore:
Timestamp:
Nov 5, 1999, 3:06:44 PM (26 years ago)
Author:
sandervl
Message:

GetModuleHandle fix

File:
1 edited

Legend:

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

    r1481 r1618  
    1 /* $Id: wprocess.cpp,v 1.43 1999-10-27 18:11:40 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.44 1999-11-05 14:06:44 sandervl Exp $ */
    22
    33/*
     
    560560                *dot = 0;
    561561
    562         if(!fDllModule && WinExe && !strcmpi(lpszModule, WinExe->getModuleName())) {
     562        if(!fDllModule && WinExe && !strcmpi(szModule, WinExe->getModuleName())) {
    563563                hMod = WinExe->getInstanceHandle();
    564564        }
Note: See TracChangeset for help on using the changeset viewer.