ole2: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
45ea03c8a7
commit
19ed5ae26d
|
@ -1,6 +1,6 @@
|
||||||
MODULE = ole2.dll16
|
MODULE = ole2.dll16
|
||||||
IMPORTS = uuid ole32 user32 gdi32
|
IMPORTS = uuid ole32 user32 gdi32
|
||||||
EXTRADLLFLAGS = -m16 -Wb,--main-module,ole32.dll
|
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,ole32.dll
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
memlockbytes.c \
|
memlockbytes.c \
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
Loading…
Reference in New Issue