Author: tkreuzer Date: Sat Dec 6 02:38:09 2008 New Revision: 37874
URL: http://svn.reactos.org/svn/reactos?rev=37874&view=rev Log: avoid redefinition of PTCSTR and fix missing PTCHAR
Modified: branches/ros-amd64-bringup/reactos/lib/inflib/builddep.h
Modified: branches/ros-amd64-bringup/reactos/lib/inflib/builddep.h URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/in... ============================================================================== --- branches/ros-amd64-bringup/reactos/lib/inflib/builddep.h [iso-8859-1] (original) +++ branches/ros-amd64-bringup/reactos/lib/inflib/builddep.h [iso-8859-1] Sat Dec 6 02:38:09 2008 @@ -46,11 +46,11 @@
#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 @@
#endif /* INFLIB_HOST */
-typedef const TCHAR *PCTSTR; - /* EOF */