ULONG_PTR? Not defined anywhere on my system (greped all the Visual Studio
directories).
Bill
Index: misc.h
===================================================================
RCS file: /home/cvs/apr/include/arch/win32/misc.h,v
retrieving revision 1.40
diff -u -r1.40 misc.h
--- misc.h 18 Feb 2002 05:50:06 -0000 1.40
+++ misc.h 19 Feb 2002 19:11:49 -0000
@@ -328,10 +328,10 @@
typedef struct PBI {
DWORD ExitStatus;
PVOID PebBaseAddress;
- ULONG_PTR AffinityMask;
+ PULONG AffinityMask;
LONG BasePriority;
- ULONG_PTR UniqueProcessId;
- ULONG_PTR InheritedFromUniqueProcessId;
+ PULONG UniqueProcessId;
+ PULONG InheritedFromUniqueProcessId;
} PBI, *PPBI;