msdelta: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-12 09:43:45 +02:00
parent ae199998b7
commit d94642a6b9
2 changed files with 2 additions and 2 deletions

View File

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

View File

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