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