
#include <winbase.h> gives me syntax errors in winbase.h
I'm including <winbase.h> so I can get GetModuleFileName
(). When I compile the file, I get 74 errors starting
with this one:
c:\program files\microsoft visual studio\vc98
\include\winbase.h(216) : error C2146: syntax error :
missing ';' before identifier 'Internal'
I've been studying the code in winbase.h and haven't been
able to debug this. Any ideas?
Thank you,
Kev
Z++ Technologies