Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
287 B

  1. /*
  2. File: TargetConditionals.h
  3. Copyright: 2002-2005 by Apple Computer, Inc., all rights reserved.
  4. Simple redirect header to ConditionalMacros.h for use on Windows.
  5. */
  6. #if !defined(__TargetConditionals_h__)
  7. #define __TargetConditionals_h__
  8. #include "ConditionalMacros.h"
  9. #endif