avoid redefinition of PTCSTR and fix missing PTCHAR

svn path=/branches/ros-amd64-bringup/; revision=37874
This commit is contained in:
Timo Kreuzer
2008-12-06 08:38:09 +00:00
parent 5fca453788
commit 3e92a627fa

View File

@@ -46,11 +46,11 @@ typedef char TCHAR, *PTCHAR, *PTSTR;
#define UNICODE
#define _UNICODE
#include <tchar.h>
#define WIN32_NO_STATUS
#include <windows.h>
#define NTOS_MODE_USER
#include <ndk/ntndk.h>
#include <tchar.h>
extern PVOID InfpHeap;
@@ -70,6 +70,4 @@ extern PVOID InfpHeap;
#endif /* INFLIB_HOST */
typedef const TCHAR *PCTSTR;
/* EOF */