dsquery: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-06-03 10:34:43 +02:00
parent 3e80b93f90
commit 4e5dba8b87
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,8 @@
MODULE = dsquery.dll
IMPORTS = uuid
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c

View file

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