[packages/crossmingw32-w32api] - add 2 more functions to winbase.h; release 9
qboosh
qboosh at pld-linux.org
Thu Sep 10 18:41:55 CEST 2020
commit 2976fc18364de9fe820980fa7d7d6cb8be2650d1
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Sep 10 18:44:36 2020 +0200
- add 2 more functions to winbase.h; release 9
crossmingw32-w32api-winapi-update.patch | 4 +++-
crossmingw32-w32api.spec | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/crossmingw32-w32api.spec b/crossmingw32-w32api.spec
index a7c4abe..189f8a3 100644
--- a/crossmingw32-w32api.spec
+++ b/crossmingw32-w32api.spec
@@ -6,7 +6,7 @@ Version: 5.0.2
%define apisrc w32api-%{apiver}-mingw32
%define runver 5.0.2
%define runsrc mingwrt-%{runver}-mingw32
-Release: 8
+Release: 9
Epoch: 1
License: Free (Public Domain, SGI Free Software License B, BSD)
Group: Development/Libraries
diff --git a/crossmingw32-w32api-winapi-update.patch b/crossmingw32-w32api-winapi-update.patch
index bf48a01..f636eba 100644
--- a/crossmingw32-w32api-winapi-update.patch
+++ b/crossmingw32-w32api-winapi-update.patch
@@ -362,7 +362,7 @@
/* http://msdn.microsoft.com/en-us/library/aa364953%28VS.85%29.aspx */
WINBASEAPI BOOL WINAPI GetFileInformationByHandleEx
(HANDLE, FILE_INFO_BY_HANDLE_CLASS, LPVOID, DWORD);
-@@ -3029,6 +3214,200 @@
+@@ -3029,6 +3214,202 @@
void WINAPI WakeAllConditionVariable (PCONDITION_VARIABLE);
void WINAPI WakeConditionVariable (PCONDITION_VARIABLE);
@@ -429,7 +429,9 @@
+ } PROC_THREAD_ATTRIBUTE_NUM;
+#endif
+
++WINBASEAPI BOOL WINAPI Wow64DisableWow64FsRedirection(PVOID*);
+WINBASEAPI BOOLEAN WINAPI Wow64EnableWow64FsRedirection (BOOLEAN Wow64FsEnableRedirection);
++WINBASEAPI BOOL WINAPI Wow64RevertWow64FsRedirection(PVOID);
+
+#define CreateDirectoryTransacted __AW_SUFFIXED__(CreateDirectoryTransacted)
+WINBASEAPI BOOL WINAPI CreateDirectoryTransactedA (LPCSTR lpTemplateDirectory, LPCSTR lpNewDirectory, LPSECURITY_ATTRIBUTES lpSecurityAttributes, HANDLE hTransaction);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-w32api.git/commitdiff/2976fc18364de9fe820980fa7d7d6cb8be2650d1
More information about the pld-cvs-commit
mailing list