blob: 1cc7efdc1afdbdbf38b127315af662b90d069749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xbmc-12.2.orig/tools/TexturePacker/xwinapi.h 2013-05-03 07:57:41.000000000 +0200
+++ xbmc-12.2/tools/TexturePacker/xwinapi.h 2013-08-01 15:51:48.000000000 +0200
@@ -22,7 +22,7 @@
*
*/
-#include "PlatformDefs.h"
+#include "../../xbmc/linux/PlatformDefs.h"
LPTSTR GetCommandLine();
DWORD GetCurrentDirectory(DWORD nBufferLength, LPTSTR lpBuffer);
|