mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
File: TargetConditionals.h
|
||||
|
||||
Copyright: © 2002-2005 by Apple Computer, Inc., all rights reserved.
|
||||
|
||||
Simple redirect header to ConditionalMacros.h for use on Windows.
|
||||
*/
|
||||
|
||||
#if !defined(__TargetConditionals_h__)
|
||||
#define __TargetConditionals_h__
|
||||
|
||||
#include "ConditionalMacros.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user