feclient: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-06-04 09:08:51 +02:00
parent b781887004
commit 2ef5410350
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,6 @@
MODULE = feclient.dll
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c

View File

@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>