Custom Platform Support Development Kit  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FCMPostConfig.h
1 /*************************************************************************
2 * ADOBE CONFIDENTIAL
3 * ___________________
4 *
5 * Copyright [2013] Adobe Systems Incorporated
6 * All Rights Reserved.
7 *
8 * NOTICE: All information contained herein is, and remains
9 * the property of Adobe Systems Incorporated and its suppliers,
10 * if any. The intellectual and technical concepts contained
11 * herein are proprietary to Adobe Systems Incorporated and its
12 * suppliers and are protected by all applicable intellectual
13 * property laws, including trade secret and copyright laws.
14 * Dissemination of this information or reproduction of this material
15 * is strictly forbidden unless prior written permission is obtained
16 * from Adobe Systems Incorporated.
17 **************************************************************************/
18 
19 // Must be balanced with FCMPreConfig.h!!!!!
20 #ifndef FCM_PRE_CONFIG_H_
21  #error "Please include FCMPreConfig.h"
22 #endif
23 
24 
25 // Always set these
26 #ifdef FCM_OS_WIN
27  #include "win/FCMPostAlign_WIN.h"
28  #pragma warning(pop)
29 #elif defined(FCM_OS_MAC)
30  #include "mac/FCMPostAlign_MAC.h"
31 #else
32  #error "Unsupported platform"
33 #endif
34 
35 
36 #ifndef FCM_POST_CONFIG_H_
37 #define FCM_POST_CONFIG_H_
38 
39 
40 #endif // FCM_POST_CONFIG_H_
41 
42