Ignore:
Timestamp:
Oct 20, 2000, 4:28:26 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r4443 r4503  
    1 /* $Id: win32api.h,v 1.19 2000-10-06 15:14:11 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.20 2000-10-20 14:28:26 sandervl Exp $ */
    22
    33/*
     
    125125UINT    WIN32API GetCurrentDirectoryA(UINT nBufferLength, LPSTR lpBuffer);
    126126
     127HANDLE  WIN32API GetStdHandle(DWORD a);
     128DWORD   WIN32API GetFileType(HANDLE hFile);
     129
    127130#endif
Note: See TracChangeset for help on using the changeset viewer.