mirror of
https://github.com/reactos/reactos.git
synced 2026-09-21 17:19:57 +08:00
avoid redefinition of PTCSTR and fix missing PTCHAR
svn path=/branches/ros-amd64-bringup/; revision=37874
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user