Ignore:
Timestamp:
Oct 4, 1999, 11:56:04 AM (26 years ago)
Author:
sandervl
Message:

Lots of changes by several people (see changelog for 4 October

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/winbase.h

    r796 r1118  
    1 /* $Id: winbase.h,v 1.5 1999-09-02 17:39:36 phaller Exp $ */
     1/* $Id: winbase.h,v 1.6 1999-10-04 09:55:50 sandervl Exp $ */
    22
    33#ifndef __WINE_WINBASE_H
     
    17981798BOOL      WINAPI LocalUnlock(HLOCAL);
    17991799LPVOID      WINAPI LockResource(HGLOBAL);
     1800#define UnlockResource(hResData) ((hResData), 0)
     1801
    18001802#define     LockSegment(handle) GlobalFix((HANDLE)(handle))
    18011803#define     MakeProcInstance(proc,inst) (proc)
Note: See TracChangeset for help on using the changeset viewer.