From a18c6a7937f45f08cc5963b030b13e498c71ac91 Mon Sep 17 00:00:00 2001 From: yosiokat Date: Fri, 27 Jun 2008 00:17:14 +0000 Subject: [PATCH] =?UTF-8?q?WDS=E3=81=AE=E3=82=A8=E3=83=A9=E3=83=BC?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E3=80=82WDSWrapper=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080626_SDK500fc_plus5_branch@1738 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/libraries_sysmenu/wds/ARM9/Makefile | 2 +- build/libraries_sysmenu/wds/ARM9/src/WDS.c | 17 +++++++++++++++++ .../wds/ARM9/src/WDSWrapper.c | 19 ++++++++++++++++++- include/sysmenu/WDSWrapper.h | 2 +- 4 files changed, 37 insertions(+), 3 deletions(-) diff --git a/build/libraries_sysmenu/wds/ARM9/Makefile b/build/libraries_sysmenu/wds/ARM9/Makefile index 786f9620..256f37b0 100644 --- a/build/libraries_sysmenu/wds/ARM9/Makefile +++ b/build/libraries_sysmenu/wds/ARM9/Makefile @@ -30,7 +30,7 @@ TWL_PROC = ARM9 SUBDIRS = -SRCS = WDS.c +SRCS = WDS.c WDSWrapper.c TARGET_LIB = WDS$(TWL_LIBSUFFIX).a diff --git a/build/libraries_sysmenu/wds/ARM9/src/WDS.c b/build/libraries_sysmenu/wds/ARM9/src/WDS.c index 3d8da652..a4d3e497 100644 --- a/build/libraries_sysmenu/wds/ARM9/src/WDS.c +++ b/build/libraries_sysmenu/wds/ARM9/src/WDS.c @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------* + Project: TwlIPL + File: WDS.c + + Copyright 2007 Nintendo. All rights reserved. + + These coded instructions, statements, and computer programs contain + proprietary information of Nintendo of America Inc. and/or Nintendo + Company Ltd., and are protected by Federal copyright law. They may + not be disclosed to third parties or copied or duplicated in any form, + in whole or in part, without the prior written consent of Nintendo. + + $Date:: $ + $Rev$ + $Author$ + *---------------------------------------------------------------------------*/ + //********************************************************************** /** // @file WDS.c diff --git a/build/libraries_sysmenu/wds/ARM9/src/WDSWrapper.c b/build/libraries_sysmenu/wds/ARM9/src/WDSWrapper.c index 3ea93091..55750d4f 100644 --- a/build/libraries_sysmenu/wds/ARM9/src/WDSWrapper.c +++ b/build/libraries_sysmenu/wds/ARM9/src/WDSWrapper.c @@ -1,3 +1,20 @@ +/*---------------------------------------------------------------------------* + Project: TwlIPL + File: WDS.c + + Copyright 2007 Nintendo. All rights reserved. + + These coded instructions, statements, and computer programs contain + proprietary information of Nintendo of America Inc. and/or Nintendo + Company Ltd., and are protected by Federal copyright law. They may + not be disclosed to third parties or copied or duplicated in any form, + in whole or in part, without the prior written consent of Nintendo. + + $Date:: $ + $Rev$ + $Author$ + *---------------------------------------------------------------------------*/ + //********************************************************************** /** // @file WDSWrapper.c @@ -8,7 +25,7 @@ // @version 01.00 // ***********************************************************************/ -#include "WDSWrapper.h" +#include #ifdef WDS_WITHDWC #include #endif diff --git a/include/sysmenu/WDSWrapper.h b/include/sysmenu/WDSWrapper.h index 8d08ffa4..6818c81d 100644 --- a/include/sysmenu/WDSWrapper.h +++ b/include/sysmenu/WDSWrapper.h @@ -18,7 +18,7 @@ extern "C" { //----------------------------------------------------- // Include //----------------------------------------------------- -#include "WDS.h" +#include //----------------------------------------------------- // Macros