lsteamclient: Fix building as a winemaker project

This commit is contained in:
Andrew Eikum 2018-01-18 10:38:13 -06:00
parent 88f3462bc1
commit 0b2c856af7
34 changed files with 60 additions and 122 deletions

View file

@ -296,8 +296,6 @@ def handle_class(sdkver, classnode):
cfile = open("%s.c" % winname, "a")
if not file_exists:
cfile.write("""/* This file is auto-generated, do not edit. */
#include "wine/port.h"
#include <stdarg.h>
#include "windef.h"