[mlpack-git] master: MinGW: use lowercase windows.h (f3db427)

gitdub at mlpack.org gitdub at mlpack.org
Thu Apr 14 01:38:42 EDT 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/77532c84c6f4074a8668a78aa662879e5cf6ce4f...f73d89833d45e0870d97c133ad55094f494c8061

>---------------------------------------------------------------

commit f3db4278c7403d99781782e45bed1d7f12218f36
Author: xantares <xantares09 at hotmail.com>
Date:   Thu Apr 14 07:38:42 2016 +0200

    MinGW: use lowercase windows.h
    
    Fixes the build for MinGW-w64 as it uses lowercase headers, unchanged for case-insensitive native windows platforms.


>---------------------------------------------------------------

f3db4278c7403d99781782e45bed1d7f12218f36
 src/mlpack/tests/cli_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/tests/cli_test.cpp b/src/mlpack/tests/cli_test.cpp
index b8e9171..8932010 100644
--- a/src/mlpack/tests/cli_test.cpp
+++ b/src/mlpack/tests/cli_test.cpp
@@ -14,7 +14,7 @@
 
 // For Sleep().
 #ifdef _WIN32
-  #include <Windows.h>
+  #include <windows.h>
 #endif
 
 #include <mlpack/core.hpp>




More information about the mlpack-git mailing list