Commit da368c51 authored by Alexandre Julliard's avatar Alexandre Julliard

windowscodecsext: Build with msvcrt.

parent cd2070a3
...@@ -2,5 +2,7 @@ MODULE = windowscodecsext.dll ...@@ -2,5 +2,7 @@ MODULE = windowscodecsext.dll
IMPORTLIB = windowscodecsext IMPORTLIB = windowscodecsext
IMPORTS = ole32 IMPORTS = ole32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \ C_SRCS = \
main.c main.c
...@@ -18,8 +18,6 @@ ...@@ -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 <stdarg.h> #include <stdarg.h>
#define COBJMACROS #define COBJMACROS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment