mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-21 21:26:03 +01:00
lsteamclient: Fix building as a winemaker project
This commit is contained in:
parent
effb961121
commit
88f3462bc1
2 changed files with 0 additions and 4 deletions
|
|
@ -296,8 +296,6 @@ def handle_class(sdkver, classnode):
|
||||||
cfile = open("%s.c" % winname, "a")
|
cfile = open("%s.c" % winname, "a")
|
||||||
if not file_exists:
|
if not file_exists:
|
||||||
cfile.write("""/* This file is auto-generated, do not edit. */
|
cfile.write("""/* This file is auto-generated, do not edit. */
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "wine/port.h"
|
#include "wine/port.h"
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
#include "config.h"
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue