typelib: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
04eb97f9ca
commit
663a0b33fb
|
@ -1,5 +1,5 @@
|
||||||
MODULE = typelib.dll16
|
MODULE = typelib.dll16
|
||||||
IMPORTS = oleaut32 advapi32
|
IMPORTS = oleaut32 advapi32
|
||||||
EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll
|
EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,oleaut32.dll
|
||||||
|
|
||||||
C_SRCS = typelib.c
|
C_SRCS = typelib.c
|
||||||
|
|
|
@ -21,9 +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 "wine/port.h"
|
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
Loading…
Reference in New Issue