This is an automated email from the ASF dual-hosted git repository.

borisk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/xerces-c.git


The following commit(s) were added to refs/heads/master by this push:
     new b597a0f79 The windows.h header file is with lower case
b597a0f79 is described below

commit b597a0f79cb97be0d20870f7598b56776596dd7f
Author: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com>
AuthorDate: Fri Jun 2 16:56:17 2023 +0200

    The windows.h header file is with lower case
    
    Contributed by STMicroelectronics
    
    Signed-off-by: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com>
---
 tests/src/ThreadTest/ThreadTest.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/ThreadTest/ThreadTest.cpp 
b/tests/src/ThreadTest/ThreadTest.cpp
index f65157531..98d7d9187 100644
--- a/tests/src/ThreadTest/ThreadTest.cpp
+++ b/tests/src/ThreadTest/ThreadTest.cpp
@@ -118,7 +118,7 @@ void ThreadFuncs::startThread(ThreadFunc func, void *param)
 //
 
//------------------------------------------------------------------------------
 
-#include <Windows.h>
+#include <windows.h>
 #include <process.h>
 
 typedef DWORD (WINAPI *ThreadFunc)(void *);


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to