Ignore:
Timestamp:
Mar 4, 2000, 8:51:13 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r2982 r3004  
    1 /* $Id: win32api.h,v 1.1 2000-03-03 11:14:24 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.2 2000-03-04 19:51:13 sandervl Exp $ */
    22
    33/*
     
    4848DWORD WIN32API GetModuleFileNameA(HMODULE,LPSTR,DWORD);
    4949
     50VOID  WIN32API ExitProcess(DWORD exitcode);
     51
     52BOOL  WIN32API PostMessageA(HWND,UINT,WPARAM,LPARAM);
     53BOOL  WIN32API PostMessageW(HWND,UINT,WPARAM,LPARAM);
     54
    5055#endif
Note: See TracChangeset for help on using the changeset viewer.