photometadatahandler: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-18 09:05:44 +02:00
parent 0a23d04270
commit aa16c7da44
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
MODULE = photometadatahandler.dll
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>
#include "windef.h"