shdocvw: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-20 09:11:52 +02:00
parent 8c9f593e3b
commit 42c6ac27e8
4 changed files with 2 additions and 5 deletions

View file

@ -4,6 +4,8 @@ IMPORTLIB = shdocvw
IMPORTS = uuid shlwapi advapi32
DELAYIMPORTS = version ole32 oleaut32 ieframe
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
shdocvw_main.c \
shlinstobj.c

View file

@ -34,7 +34,6 @@
#include "shlobj.h"
#include "exdisp.h"
#include "wine/unicode.h"
#include "wine/heap.h"
#include "wine/list.h"

View file

@ -20,12 +20,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#include <stdio.h>
#include "wine/unicode.h"
#include "wine/debug.h"
#include "shdocvw.h"

View file

@ -35,7 +35,6 @@
#include "shdocvw.h"
#include "wine/unicode.h"
#include "wine/debug.h"
WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);