[Mingw-w64-public] Can mingw and windows kit coexist - include path changes

2019-03-20 Thread Ken Goldman
I have an odd issue when I include Windows Kits headers, which I need for tbs.h. gcc starts including mingw headers, but then switches over to Windows Kits headers and fails. My include source is: [snip] #include #include #include #include #include The compiler directive is "c:/program

Re: [Mingw-w64-public] [PATCH] crt/kernel32.def.in: Remove multimedia timer functions again.

2019-03-20 Thread Liu Hao
在 2019/3/20 22:25, Martin Storsjö 写道: > On Wed, 20 Mar 2019, Liu Hao wrote: > >> 在 2019/3/20 下午12:26, Biswapriyo Nath 写道: >>> I would suggest to make those function names as comments without >>> deleting >>> and add some comments for reference. >>> >> >> As you wish. New patch has been attached. >

Re: [Mingw-w64-public] [PATCH] crt/kernel32.def.in: Remove multimedia timer functions again.

2019-03-20 Thread Martin Storsjö
On Wed, 20 Mar 2019, Liu Hao wrote: 在 2019/3/20 下午12:26, Biswapriyo Nath 写道: I would suggest to make those function names as comments without deleting and add some comments for reference. As you wish. New patch has been attached. There was already a comment about `Reg*` functions so I copie