[xerces-c] branch xerces-3.2 updated: The windows.h header file is with lower case
[email protected] Fri, 09 Jun 2023 10:19:00 +0000
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <168630594038.432631.15697677574751799697@gitbox2-he-fi.apache.org> |
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 <[email protected]>
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 <[email protected]>
---
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 *);