2014-06-15 20:08:14 UTC
#ifndef WIN32
typedef void * HMODULE
#endif
It gave me that error and referred me to this line on the sdk's installation:
typedef HINSTANCE HMODULE;
I dont even understand how that causes a redefinition error. I have no experience absolutely in c++ and would appreciate if someone could help me fix it