Commit dcf6c0c46a4648ca8ca6d2597cac004f353c08d8

Claudiu Olteanu 2015-03-16T23:08:16

Lower case the include directive of windows header Since the Linux platform has a case sensitive file system, the header name should be lower case for cross compiling purposes. (On Linux, the mingw header is called ```windows.h```).