1 /*---------------------------------------------------------------------------*
2   Project:  NintendoWare
3   File:     ctrwin.h
4 
5   Copyright (C)2009-2010 Nintendo Co., Ltd./HAL Laboratory, Inc.  All rights reserved.
6 
7   These coded instructions, statements, and computer programs contain
8   proprietary information of Nintendo of America Inc. and/or Nintendo
9   Company Ltd., and are protected by Federal copyright law.  They may
10   not be disclosed to third parties or copied or duplicated in any form,
11   in whole or in part, without the prior written consent of Nintendo.
12 
13   $Revision: 13145 $
14  *---------------------------------------------------------------------------*/
15 
16 #ifndef NW_CONFIG_PLATFORM_CTRWIN_H_
17 #define NW_CONFIG_PLATFORM_CTRWIN_H_
18 
19 #include <nn/types.h>
20 
21 #if !defined(NW_DEBUG) && !defined(NW_DEVELOPMENT) && !defined(NW_RELEASE)
22   #if defined(_DEBUG)
23     #define NW_DEBUG
24   #else
25     #define NW_RELEASE
26   #endif
27 #endif
28 
29 #define NW_LITTLE_ENDIAN
30 
31 #define NW_PLATFORM_NAME    CTRWIN
32 
33 #define NW_TARGET_CTR_GL_FINAL
34 
35 
36 #define NW_TARGET_CTR
37 
38 /* NW_CONFIG_PLATFORM_CTRWIN_H_ */
39 #endif
40