Ignore:
Timestamp:
Feb 23, 2000, 1:57:40 AM (26 years ago)
Author:
sandervl
Message:

Fixed wrong calling convention for SetLastError calls in OSLibiGetModuleHandleA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibmisc.h

    r2311 r2865  
    1 /* $Id: oslibmisc.h,v 1.2 2000-01-03 21:36:11 sandervl Exp $ */
     1/* $Id: oslibmisc.h,v 1.3 2000-02-23 00:57:40 sandervl Exp $ */
    22/*
    33 * Misc util. procedures
     
    1111#define __OSLIBMISC_H__
    1212
    13 void OSLibSetExitList(unsigned long handler);
    14 void OSLibClearExitList();
    15 void OSLibRemoveExitList(unsigned long handler);
    16 
    1713char *OSLibGetDllName(ULONG hModule);
    1814
     
    2117ULONG OSLibiGetModuleHandleA(char *pszModule);
    2218ULONG OSLibQueryModuleHandle(char *modname);
    23 
    24 ULONG OSLibGetResourceSize(HMODULE hinstance, int id);
    25 ULONG OSLibGetResource(HMODULE hinstance, int id, char *destbuf, int bufLength);
    2619
    2720void  OSLibWait(ULONG msec);
Note: See TracChangeset for help on using the changeset viewer.