Re: [Mingw-w64-public] [PATCH] Move syslink control constants behind of common control styles.

2014-09-02 Thread Dongsheng Song
Please ignore this patch, it's not complete. On Wed, Sep 3, 2014 at 10:45 AM, 宋冬生 wrote: > This commit fix this compiler error: > > commctrl.h:3360:20: error: 'L_MAX_URL_LENGTH' undeclared here (not in a > function) > WCHAR szMarkup[L_MAX_URL_LENGTH]; > --- > mingw-w64-headers/include/comm

[Mingw-w64-public] Fix compile error in commctrl.h

2014-09-02 Thread Dongsheng Song
Hi, This patch fix compile error in commctrl.h Ok for apply? Regards, Dongsheng From 8b0831b0a5b778379f50023e6c8e16c8851f8a43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E5=86=AC=E7=94=9F?= Date: Wed, 3 Sep 2014 10:57:19 +0800 Subject: [PATCH] Fix compile error in commctrl.h --- ming

[Mingw-w64-public] [PATCH] Move syslink control constants behind of common control styles.

2014-09-02 Thread 宋冬生
This commit fix this compiler error: commctrl.h:3360:20: error: 'L_MAX_URL_LENGTH' undeclared here (not in a function) WCHAR szMarkup[L_MAX_URL_LENGTH]; --- mingw-w64-headers/include/commctrl.h | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/mingw-w64-he

[Mingw-w64-public] Update commoncontrols.h, and compressapi.h

2014-09-02 Thread Kai Tietz
Hi, compressapi.h: Add Win8 API for compression/decompression commoncontrols.idl: Autogenerate commoncontrols.h Ok for apply? Regards, Kai From ab248138f4911973cc480b1f775a2e0d2cc9f6cd Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Tue, 2 Sep 2014 18:06:20 +0200 Subject: Add Windows 8's compr

Re: [Mingw-w64-public] r212448 - in /trunk: gcc/ChangeLog gcc/Makefile...

2014-09-02 Thread Kai Tietz
Rong Xu, any news on this issue? Kai -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ ___ Mingw-w64-public mailing list Mingw-w64-public@lists.so

[Mingw-w64-public] comlite.h, winerror.h, comadmin.h, and comadmin.idl

2014-09-02 Thread Kai Tietz
Hi comlite.h: Provide Qz... function alias. winerror.h: Take case _HRESULT_TYPEDEF_ don't use cast for widl-case. Let comadmin.h be autogenerated by comadmin.idl file. Ok for apply? (Makefile changes aren't part of sent patches) Kai From a2feeae7d5790063b1ae3a4d615a8977d8e74842 Mon Sep 17 00

Re: [Mingw-w64-public] Update commdlg.h and commctrl.rh files

2014-09-02 Thread Jacek Caban
Looks good to me. Thanks, Jacek On 09/02/14 10:27, Kai Tietz wrote: > Hi, > > these patches are adding winapi-family check, and additional Win7/Win8 > APIs. Ok for apply? > > Regards, > Kai -- Slashdot TV. Video for N

Re: [Mingw-w64-public] New commapi.h header

2014-09-02 Thread Jacek Caban
Looks good to me. Thanks, Jacek On 09/02/14 10:24, Kai Tietz wrote: > Hi, > > this patch adds new commapi header for Comm-API. Ok for apply? > > Regards, > Kai -- Slashdot TV. Video for Nerds. Stuff that matters. htt

[Mingw-w64-public] Update commdlg.h and commctrl.rh files

2014-09-02 Thread Kai Tietz
Hi, these patches are adding winapi-family check, and additional Win7/Win8 APIs. Ok for apply? Regards, Kai diff --git a/mingw-w64-headers/include/commctrl.rh b/mingw-w64-headers/include/commctrl.rh index e71a922..9ac40a0 100644 --- a/mingw-w64-headers/include/commctrl.rh +++ b/mingw-w64-header

[Mingw-w64-public] New commapi.h header

2014-09-02 Thread Kai Tietz
Hi, this patch adds new commapi header for Comm-API. Ok for apply? Regards, Kai From 30e6502c9b559bee9eef977ef6d9bf569a081f8a Mon Sep 17 00:00:00 2001 From: Kai Tietz Date: Tue, 2 Sep 2014 10:21:09 +0200 Subject: New header file for Comm-API --- mingw-w64-headers/include/commapi.h | 42