I'm porting some ObjC/FoundationKit code to Windows using WinObjC. Impressed so far (well done MS!). Can I use Win32 APIs in the project? When I try to simply include "windows.h" (in a .m file) I then get errors which seem to suggest ObjC compilation has been disabled for the rest of the file (unexpected @ in program). Any ideas? I'm guessing it's something simple.
It's been 12+ years since I've done any Win32 work so maybe windows.h isn't even relevant any more?
Thanks!