css_enhanced_waf/common/quicktime_win32/TargetConditionals.h

15 lines
287 B
C
Raw Normal View History

2020-04-22 17:56:21 +01:00
/*
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