[Mingw-w64-public] [PATCH] Fix msvcr120_app.def.in path

2019-07-25 Thread Marvin Scholz
Fix the path of msvcr120_app.def.in after it was moved to lib-common in 18249f31116dc8832ee0257c9d8728f5356d7098 --- mingw-w64-crt/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-crt/Makefile.am b/mingw-w64-crt/Makefile.am index 4caf073f..e5b1ee9b 10

Re: [Mingw-w64-public] [PATCH] Remove timer functions export from 32-bit kernel32

2019-07-25 Thread Liu Hao
在 2019/7/25 下午1:23, Alexey Pavlov 写道: > From 6ca93317c0c6513b6e9f4fd3d3a95eefde612d3c Mon Sep 17 00:00:00 2001 > From: Alexey Pavlov > Date: Thu, 25 Jul 2019 08:19:10 +0300 > Subject: [PATCH] Remove time functions export for 32 bit kernel32 as they > export by winmm and already removed from 64-bi