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

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


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

commit 481a63458c588e8557bb532d4901adcca8a1c9b8
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 91ce7b3af..9e566f5be 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