So Ive been following along with a tutorial where I've created a direct x window. Running the tutorials code found here I get a series of errors with the DXGI.h file. Mainly a series of:
C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include\dxgi.h|286|error: '__in' has not been declared|
and
C:\Program Files (x86)\Microsoft DirectX SDK (June 2010)\Include\dxgi.h|286|error: expected ',' or '...' before '&' token|
I ran this on an alternate computer, although the same error occurred. Been going at it for a few hours now and have no idea. I'm using mingw gcc compiler.