Changeset 15010


Ignore:
Timestamp:
Oct 6, 2000, 5:14:11 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/include/win32api.h

    r14810 r15010  
    1 /* $Id: win32api.h,v 1.18 2000-09-12 19:00:31 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.19 2000-10-06 15:14:11 sandervl Exp $ */
    22
    33/*
     
    122122LPCWSTR WIN32API GetCommandLineW(VOID);
    123123
     124BOOL    WIN32API SetCurrentDirectoryA(LPCSTR lpstrDirectory);
     125UINT    WIN32API GetCurrentDirectoryA(UINT nBufferLength, LPSTR lpBuffer);
     126
    124127#endif
Note: See TracChangeset for help on using the changeset viewer.