hetelek / Velocity

A cross-platform application built using the Qt framework that allows you to browse and edit Xbox 360 files.
GNU General Public License v3.0
162 stars 47 forks source link

VC++: Fixed compile errors #32

Closed SteffenL closed 11 years ago

SteffenL commented 11 years ago

I have not checked if this causes problems for other compilers. I believe it's good practice to avoid the Windows headers, inside our own headers. Including Windows headers usually causes all sorts of macro/define problems for users of the library, 3rd party libraries (Botan), and even inside the library itself.