Changeset 7566 for trunk/include


Ignore:
Timestamp:
Dec 7, 2001, 3:12:41 PM (24 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
2 edited

Legend:

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

    r2270 r7566  
    1 /* $Id: virtual.h,v 1.4 1999-12-30 18:48:44 sandervl Exp $ */
    2 
    31/*
    42 * Some help functions
     
    1614                          DWORD  fdwProtect, LPSTR name);
    1715
    18 #ifndef _OS2WIN_H
    19 void WINAPI CloseHandle(HANDLE hHandle);
    20 #endif
    21 
    2216#endif  /* __VIRTUAL_H */
  • trunk/include/win32api.h

    r7317 r7566  
    183183                                        LPDWORD lpSystemAffinityMask);
    184184
     185HANDLE  WIN32API CreateEventA(LPSECURITY_ATTRIBUTES,BOOL,BOOL,LPCSTR);
     186BOOL    WIN32API CloseHandle(HANDLE);
     187
    185188#endif
Note: See TracChangeset for help on using the changeset viewer.