]> git.pld-linux.org Git - packages/crossmingw32-w32api.git/commitdiff
- drop DEFINE_ENUM_FLAG_OPERATORS from updates for now (not defined); release 4 master auto/th/crossmingw32-w32api-5.4.2-4
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Nov 2023 08:09:46 +0000 (09:09 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 25 Nov 2023 08:09:46 +0000 (09:09 +0100)
crossmingw32-w32api-winapi-update.patch
crossmingw32-w32api.spec

index 91755061b5719ce0bda7747bfc70a916e382414c..4b7202104c2e9b37a921c629631732e86ea065fa 100644 (file)
 +    KF_FLAG_ALIAS_ONLY = 0x80000000
 +  } KNOWN_FOLDER_FLAG;
 +
-+  DEFINE_ENUM_FLAG_OPERATORS (KNOWN_FOLDER_FLAG);
++  /* DEFINE_ENUM_FLAG_OPERATORS (KNOWN_FOLDER_FLAG);  TODO: merge definition from winnt.h */
 +
 +  STDAPI SHGetKnownFolderIDList (REFKNOWNFOLDERID rfid, DWORD dwFlags, HANDLE hToken, LPCITEMIDLIST *ppidl);
 +  STDAPI SHSetKnownFolderPath (REFKNOWNFOLDERID rfid, DWORD dwFlags, HANDLE hToken, PCWSTR pszPath);
index e12ff8dba23795718d2d6073b2820664aeb7edf3..2693088429e7ef867be369d62d154785c54be940 100644 (file)
@@ -6,7 +6,7 @@ Version:        5.4.2
 %define        apisrc  w32api-%{apiver}-mingw32
 %define runver 5.4.2
 %define        runsrc  mingwrt-%{runver}-mingw32
-Release:       3
+Release:       4
 Epoch:         1
 License:       Free (Public Domain, SGI Free Software License B, BSD)
 Group:         Development/Libraries
This page took 0.162146 seconds and 4 git commands to generate.