mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 22:27:05 +00:00
15 lines
287 B
C
15 lines
287 B
C
|
/*
|
|||
|
File: TargetConditionals.h
|
|||
|
|
|||
|
Copyright: <EFBFBD> 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
|