WDSのエラー修正。WDSWrapper追加。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080626_SDK500fc_plus5_branch@1738 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-06-27 00:17:14 +00:00
parent 270ee9d70f
commit a18c6a7937
4 changed files with 37 additions and 3 deletions

View File

@ -30,7 +30,7 @@ TWL_PROC = ARM9
SUBDIRS =
SRCS = WDS.c
SRCS = WDS.c WDSWrapper.c
TARGET_LIB = WDS$(TWL_LIBSUFFIX).a

View File

@ -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

View File

@ -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 <sysmenu/WDSWrapper.h>
#ifdef WDS_WITHDWC
#include <dwc.h>
#endif

View File

@ -18,7 +18,7 @@ extern "C" {
//-----------------------------------------------------
// Include
//-----------------------------------------------------
#include "WDS.h"
#include <sysmenu/WDS.h>
//-----------------------------------------------------
// Macros