winbase.h: missing ';' before identifier 'SetThread

Im getting this error when including the windows.h file.

please note that i include windows.h before any other include.

any ideas?



many thanks
Try making a program like this:
1
2
3
4
5
#include <windows.h>
int main()
{
     return 0;
}

If it does not compile, the problem is a missing ';' in your 'winbase.h'
Topic archived. No new replies allowed.