mscat32: Build with msvcrt.

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

View File

@ -1,5 +1,7 @@
MODULE = mscat32.dll
IMPORTS = wintrust
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"
#include "winbase.h"