Changeset 1118 for trunk/include/win/winbase.h
- Timestamp:
- Oct 4, 1999, 11:56:04 AM (26 years ago)
- 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 phallerExp $ */1 /* $Id: winbase.h,v 1.6 1999-10-04 09:55:50 sandervl Exp $ */ 2 2 3 3 #ifndef __WINE_WINBASE_H … … 1798 1798 BOOL WINAPI LocalUnlock(HLOCAL); 1799 1799 LPVOID WINAPI LockResource(HGLOBAL); 1800 #define UnlockResource(hResData) ((hResData), 0) 1801 1800 1802 #define LockSegment(handle) GlobalFix((HANDLE)(handle)) 1801 1803 #define MakeProcInstance(proc,inst) (proc)
Note:
See TracChangeset
for help on using the changeset viewer.