shell: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-20 09:12:13 +02:00
parent 42c6ac27e8
commit 931f2e450a
2 changed files with 1 additions and 7 deletions

View file

@ -1,7 +1,7 @@
MODULE = shell.dll16
IMPORTS = shell32 user32 gdi32 advapi32
EXTRADLLFLAGS = -m16 -Wb,--main-module,shell32.dll
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,shell32.dll
C_SRCS = shell.c

View file

@ -20,15 +20,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include "wine/port.h"
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <ctype.h>
#include "windef.h"