source-engine/common/quicktime_win32/WebServicesCore.h
2026-05-22 12:29:16 +00:00

18 lines
229 B
C

#ifndef __WEBSERVICESCORE__
#define __WEBSERVICESCORE__
#ifndef __COREFOUNDATION__
#include <CoreFoundation.h>
#endif
#ifndef __WSMETHODINVOCATION__
#include <WSMethodInvocation.h>
#endif
#endif /* __WEBSERVICESCORE__ */