avrt: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-05-28 07:36:12 +02:00
parent 1381cad927
commit 18b2228d0e
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,7 @@ MODULE = avrt.dll
IMPORTLIB = avrt
IMPORTS = user32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c

View File

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