1
This commit is contained in:
14
common/quicktime_win32/TargetConditionals.h
Normal file
14
common/quicktime_win32/TargetConditionals.h
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
File: TargetConditionals.h
|
||||
|
||||
Copyright: <09> 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