mirror of
https://github.com/ValveSoftware/Proton
synced 2025-08-31 06:35:23 +00:00
committed by
Arkadiusz Hiler
parent
0a2a3c514f
commit
4dfab8d8b6
@@ -1245,16 +1245,9 @@ for klass in all_classes.values():
|
||||
out = file.write
|
||||
|
||||
out(u'/* This file is auto-generated, do not edit. */\n')
|
||||
out(u'#include <stdarg.h>\n')
|
||||
out(u'\n')
|
||||
out(u'#include "windef.h"\n')
|
||||
out(u'#include "winbase.h"\n')
|
||||
out(u'#include "wine/debug.h"\n')
|
||||
out(u'\n')
|
||||
out(u'#include "steam_defs.h"\n')
|
||||
out(u'\n')
|
||||
out(u'#include "steamclient_private.h"\n')
|
||||
out(u'\n')
|
||||
out(u'#include "steam_defs.h"\n')
|
||||
out(u'#include "struct_converters.h"\n')
|
||||
out(u'\n')
|
||||
out(u'WINE_DEFAULT_DEBUG_CHANNEL(steamclient);\n')
|
||||
|
Reference in New Issue
Block a user