Fixed long-standing, annoying warnings in MSVCRT and CRTDLL

svn path=/trunk/; revision=6423
This commit is contained in:
KJK::Hyperion 2003-10-24 21:28:00 +00:00
parent 253dc51ca0
commit 37296302c4
2 changed files with 5 additions and 0 deletions

View file

@ -17,6 +17,8 @@ MsvcrtDebug(ULONG Value)
//DbgPrint("MsvcrtDebug 0x%.08x\n", Value);
}
struct _EXCEPTION_RECORD;
struct _CONTEXT;
/*
* @unimplemented

View file

@ -14,6 +14,9 @@ MsvcrtDebug(ULONG Value)
//DbgPrint("MsvcrtDebug 0x%.08x\n", Value);
}
struct _EXCEPTION_RECORD;
struct _CONTEXT;
/*
* @implemented
*/