packager: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-18 09:05:21 +02:00
parent ee5127647f
commit 59f23b3139
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
MODULE = packager.dll
IMPORTS = uuid shell32 shlwapi user32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
packager_main.c

View File

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