Windows.h include and mingw

Issue #17 resolved
Former user created an issue

Hi,

here

https://bitbucket.org/codeimproved/qslog/src/a4d328854fb5f145f25067c8cccbd6578d798ec9/QsLogDestConsole.cpp?at=master&fileviewer=file-view-default#QsLogDestConsole.cpp-39

qslog include Windows.h, this does not work on mingw that include windows.h and is case sensitive, can you please change to windows.h lowercase? This seems the standard way

http://stackoverflow.com/questions/15466613/lowercase-windows-h-and-uppercase-windows-h-difference

and qt source code use this way too

Comments (1)

  1. Log in to comment