Ignore:
Timestamp:
Feb 2, 2002, 3:19:01 PM (24 years ago)
Author:
sandervl
Message:

some minor updates

File:
1 edited

Legend:

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

    r7567 r7794  
    1 /* $Id: wprocess.cpp,v 1.141 2001-12-07 14:13:39 sandervl Exp $ */
     1/* $Id: wprocess.cpp,v 1.142 2002-02-02 14:19:01 sandervl Exp $ */
    22
    33/*
     
    20332033                dprintf(("KERNEL32:  GetProcAddress %s from %X returned %X\n", lpszProc, hModule, proc));
    20342034        else    dprintf(("KERNEL32:  GetProcAddress %x from %X returned %X\n", lpszProc, hModule, proc));
     2035
     2036        SetLastError(ERROR_SUCCESS);
    20352037        return proc;
    20362038  }
     
    20392041        dprintf(("KERNEL32:  GetProcAddress %s from %X returned %X\n", lpszProc, hModule, proc));
    20402042  else  dprintf(("KERNEL32:  GetProcAddress %x from %X returned %X\n", lpszProc, hModule, proc));
     2043  SetLastError(ERROR_SUCCESS);
    20412044  return(proc);
    20422045}
     
    20692072    else {
    20702073        dprintf(("GetVersionStruct; just loaded dll %s, but can't find it now!", lpszModName));
    2071         DebugInt3();
     2074////        DebugInt3();
    20722075    }
    20732076    FreeLibrary(hDll);
     
    20982101    else {
    20992102        dprintf(("GetVersionSize; just loaded dll %s, but can't find it now!", lpszModName));
    2100         DebugInt3();
     2103////        DebugInt3();
    21012104    }
    21022105    FreeLibrary(hDll);
Note: See TracChangeset for help on using the changeset viewer.