aboutsummaryrefslogtreecommitdiff
path: root/tools/XBMCTex/xwinapi.h
blob: be97e4c00af672af6379cd0b22cd5b73b7a0be00 (plain)
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__