windowscodecsext: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-26 09:38:46 +02:00
parent cd2070a3e3
commit da368c51c6
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,7 @@ MODULE = windowscodecsext.dll
IMPORTLIB = windowscodecsext
IMPORTS = ole32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c

View file

@ -18,8 +18,6 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "config.h"
#include <stdarg.h>
#define COBJMACROS