1 2 3 4 5 6 7 8 9 10 11
#ifndef XWINAPI_H__ #define XWINAPI_H__ #include "PlatformDefs.h" LPTSTR GetCommandLine(); DWORD GetCurrentDirectory(DWORD nBufferLength, LPTSTR lpBuffer); BOOL SetCurrentDirectory(LPCTSTR lpPathName); DWORD GetLastError(); #endif // XWINAPI_H__