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