Skip to content

Commit 0a73f75

Browse files
author
Git for Windows Build Agent
committed
Update 12 packages
mingw-w64-i686-crt-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-headers-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-libmangle-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-libwinpthread-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-tools-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-i686-winpthreads-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-crt-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-headers-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-libmangle-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-libwinpthread-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-tools-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) mingw-w64-x86_64-winpthreads-git (12.0.0.r480.gea22a99cb-1 -> 12.0.0.r487.g9e8f2a7b5-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 9d8ce7e commit 0a73f75

File tree

125 files changed

+149
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

125 files changed

+149
-65
lines changed

mingw32/bin/gendef.exe

-512 Bytes
Binary file not shown.

mingw32/bin/genidl.exe

-512 Bytes
Binary file not shown.

mingw32/bin/genpeimg.exe

-512 Bytes
Binary file not shown.

mingw32/bin/libwinpthread-1.dll

0 Bytes
Binary file not shown.

mingw32/bin/widl.exe

-512 Bytes
Binary file not shown.

mingw32/include/_mingw_mac.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#ifndef _INC_CRTDEFS_MACRO
88
#define _INC_CRTDEFS_MACRO
99

10-
#define __PASTE(x, y) x ## y
11-
#define __MINGW64_PASTE(x, y) __PASTE(x, y)
10+
#define __MINGW64_PASTE2(x, y) x ## y
11+
#define __MINGW64_PASTE(x, y) __MINGW64_PASTE2(x, y)
1212

1313
#define __STRINGIFY(x) #x
1414
#define __MINGW64_STRINGIFY(x) \

mingw32/include/dxvahd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ typedef struct _DXVAHDSW_CALLBACKS {
415415
PDXVAHDSW_DestroyVideoProcessor DestroyVideoProcessor;
416416
} DXVAHDSW_CALLBACKS;
417417

418-
HRESULT DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);
418+
HRESULT WINAPI DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);
419419

420420
/*****************************************************************************
421421
* IDXVAHD_Device interface

mingw32/include/dxvahd.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ cpp_quote(" PDXVAHDSW_VideoProcessBltHD VideoProcessBltHD;")
398398
cpp_quote(" PDXVAHDSW_DestroyVideoProcessor DestroyVideoProcessor;")
399399
cpp_quote("} DXVAHDSW_CALLBACKS;")
400400
cpp_quote("")
401-
cpp_quote("HRESULT DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);")
401+
cpp_quote("HRESULT WINAPI DXVAHD_CreateDevice(IDirect3DDevice9Ex *pD3DDevice,const DXVAHD_CONTENT_DESC *pContentDesc,DXVAHD_DEVICE_USAGE Usage,PDXVAHDSW_Plugin pPlugin,IDXVAHD_Device **ppDevice);")
402402
cpp_quote("")
403403
[
404404
object,

mingw32/include/mapi.h

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ extern "C" {
3535
LPVOID lpFileType;
3636
} MapiFileDesc,*lpMapiFileDesc;
3737

38+
typedef struct {
39+
ULONG ulReserved;
40+
ULONG flFlags;
41+
ULONG nPosition;
42+
PWSTR lpszPathName;
43+
PWSTR lpszFileName;
44+
PVOID lpFileType;
45+
} MapiFileDescW, *lpMapiFileDescW;
46+
3847
#define MAPI_OLE 0x00000001
3948
#define MAPI_OLE_STATIC 0x00000002
4049

@@ -55,6 +64,15 @@ extern "C" {
5564
LPVOID lpEntryID;
5665
} MapiRecipDesc,*lpMapiRecipDesc;
5766

67+
typedef struct {
68+
ULONG ulReserved;
69+
ULONG ulRecipClass;
70+
PWSTR lpszName;
71+
PWSTR lpszAddress;
72+
ULONG ulEIDSize;
73+
PVOID lpEntryID;
74+
} MapiRecipDescW, *lpMapiRecipDescW;
75+
5876
#ifndef MAPI_ORIG
5977
#define MAPI_ORIG 0
6078
#define MAPI_TO 1
@@ -77,6 +95,21 @@ extern "C" {
7795
lpMapiFileDesc lpFiles;
7896
} MapiMessage,*lpMapiMessage;
7997

98+
typedef struct {
99+
ULONG ulReserved;
100+
PWSTR lpszSubject;
101+
PWSTR lpszNoteText;
102+
PWSTR lpszMessageType;
103+
PWSTR lpszDateReceived;
104+
PWSTR lpszConversationID;
105+
FLAGS flFlags;
106+
lpMapiRecipDescW lpOriginator;
107+
ULONG nRecipCount;
108+
lpMapiRecipDescW lpRecips;
109+
ULONG nFileCount;
110+
lpMapiFileDescW lpFiles;
111+
} MapiMessageW, *lpMapiMessageW;
112+
80113
#define MAPI_UNREAD 0x00000001
81114
#define MAPI_RECEIPT_REQUESTED 0x00000002
82115
#define MAPI_SENT 0x00000004
@@ -93,6 +126,9 @@ extern "C" {
93126
#define MAPI_DIALOG 0x00000008
94127
#endif
95128

129+
#define MAPI_DIALOG_MODELESS (0x00000004 | MAPI_DIALOG)
130+
#define MAPI_FORCE_UNICODE 0x00040000
131+
96132
#define MAPI_UNREAD_ONLY 0x00000020
97133
#define MAPI_GUARANTEE_FIFO 0x00000100
98134
#define MAPI_LONG_MSGID 0x00004000
@@ -116,6 +152,10 @@ extern "C" {
116152
typedef MAPISENDMAIL *LPMAPISENDMAIL;
117153
MAPISENDMAIL MAPISendMail;
118154

155+
typedef ULONG (WINAPI MAPISENDMAILW)(LHANDLE lhSession,ULONG_PTR ulUIParam,lpMapiMessageW lpMessage,FLAGS flFlags,ULONG ulReserved);
156+
typedef MAPISENDMAILW *LPMAPISENDMAILW;
157+
MAPISENDMAILW MAPISendMailW;
158+
119159
typedef ULONG (WINAPI MAPISENDDOCUMENTS)(ULONG_PTR ulUIParam,LPSTR lpszDelimChar,LPSTR lpszFilePaths,LPSTR lpszFileNames,ULONG ulReserved);
120160
typedef MAPISENDDOCUMENTS *LPMAPISENDDOCUMENTS;
121161
MAPISENDDOCUMENTS MAPISendDocuments;
@@ -183,6 +223,8 @@ extern "C" {
183223
#define MAPI_E_INVALID_EDITFIELDS 24
184224
#define MAPI_E_INVALID_RECIPS 25
185225
#define MAPI_E_NOT_SUPPORTED 26
226+
#define MAPI_E_UNICODE_NOT_SUPPORTED 27
227+
#define MAPI_E_ATTACHMENT_TOO_LARGE 28
186228

187229
#ifdef MAPIX_H
188230
STDMETHODIMP_(SCODE) ScMAPIXFromSMAPI(LHANDLE lhSimpleSession,ULONG ulFlags,LPCIID lpInterface,LPMAPISESSION*lppMAPISession);

mingw32/lib/libcrtdll.a

-44 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)