Current test.c is missing many w32api headers. This
patch adds all headers (with the exception of ole.h)
that are in w32api/include dir but were not being
included before. (We cannot include both ole.h and
ole2.h, because of duplications. TODO: add guards and
warnings about ole/ole2 conflict).
Logged In: YES
user_id=11494
I have modified patch so that compiling with -xobjective-c
doesn't throw errors. COM/OLE headers have problem with
BOOL.
diff
Logged In: YES
user_id=11494
Applied and committed to SF CVS