Minor changes.

svn path=/trunk/; revision=1216
This commit is contained in:
Emanuele Aliberti
2000-07-01 17:07:02 +00:00
parent f3e6819471
commit 95f8770ae2
27 changed files with 342 additions and 102 deletions
+6 -1
View File
@@ -1,3 +1,6 @@
#ifndef _INCLUDE_KERNEL32_KERNEL32_H
#define _INCLUDE_KERNEL32_KERNEL32_H
#include <windows.h>
#define UNIMPLEMENTED DbgPrint("%s at %s:%d is unimplemented\n",__FUNCTION__,__FILE__,__LINE__);
@@ -39,6 +42,8 @@ BOOL KERNEL32_AnsiToUnicode(PWSTR DestStr,
ULONG MaxLen);
PWSTR InternalAnsiToUnicode(PWSTR Out, LPCSTR In, ULONG MaxLength);
BOOLEAN IsConsoleHandle(HANDLE Handle);
BOOLEAN STDCALL IsConsoleHandle(HANDLE Handle);
WINBOOL STDCALL CloseConsoleHandle(HANDLE Handle);
#endif /* ndef _INCLUDE_KERNEL32_KERNEL32_H */