aclui: Build with msvcrt.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-05-27 15:49:19 +02:00
parent dec89ddd09
commit 420e6cb244
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,6 @@
MODULE = aclui.dll
IMPORTLIB = aclui
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = aclui_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 "initguid.h"