Merge pull request #4735 from cg110/fix_web_server_mem_leak
[vuplus_xbmc] / tools / TexturePacker / xwinapi.h
1 #ifndef XWINAPI_H__
2 #define XWINAPI_H__
3
4 /*
5  *      Copyright (C) 2005-2013 Team XBMC
6  *      http://xbmc.org
7  *
8  *  This Program is free software; you can redistribute it and/or modify
9  *  it under the terms of the GNU General Public License as published by
10  *  the Free Software Foundation; either version 2, or (at your option)
11  *  any later version.
12  *
13  *  This Program is distributed in the hope that it will be useful,
14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  *  GNU General Public License for more details.
17  *
18  *  You should have received a copy of the GNU General Public License
19  *  along with XBMC; see the file COPYING.  If not, see
20  *  <http://www.gnu.org/licenses/>.
21  *
22  */
23
24 #include "PlatformDefs.h"
25
26 LPTSTR GetCommandLine();
27 DWORD GetCurrentDirectory(DWORD nBufferLength, LPTSTR lpBuffer);
28 BOOL SetCurrentDirectory(LPCTSTR lpPathName);
29 DWORD GetLastError();
30 #endif // XWINAPI_H__
31