mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
15 lines
287 B
C
15 lines
287 B
C
/*
|
|
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
|