Skip to content

Commit

Permalink
Merge pull request #14 from tonytheodore/master
Browse files Browse the repository at this point in the history
trotl common: include windows.h on mingw also
  • Loading branch information
ibre5041 committed Oct 1, 2015
2 parents 89f76f9 + 57820f2 commit bec8a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extlibs/trotl/src/trotl_common.h
Expand Up @@ -45,7 +45,7 @@
Therefore windows.h MUST be included before oci.h
We never use datatype boolean in trotl. (see bOOlean)
*/
#if defined(_MSC_VER)
#ifdef _WIN32
#include <stdio.h>
#include <wtypes.h>
#include <windows.h>
Expand Down

0 comments on commit bec8a55

Please sign in to comment.