mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
97 lines
3.7 KiB
C
Executable File
97 lines
3.7 KiB
C
Executable File
/*
|
|
* KernelEx
|
|
* Copyright (C) 2006-2008, Xeno86
|
|
*
|
|
* This file is part of KernelEx source code.
|
|
*
|
|
* KernelEx is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published
|
|
* by the Free Software Foundation; version 2 of the License.
|
|
*
|
|
* KernelEx is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with GNU Make; see the file COPYING. If not, write to
|
|
* the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
|
|
*
|
|
*/
|
|
|
|
#include "unifwd.h"
|
|
|
|
FORWARD_TO_UNICOWS(BuildCommDCBAndTimeoutsW);
|
|
FORWARD_TO_UNICOWS(BuildCommDCBW);
|
|
FORWARD_TO_UNICOWS(CallNamedPipeW);
|
|
FORWARD_TO_UNICOWS(CommConfigDialogW);
|
|
FORWARD_TO_UNICOWS(CreateEventW);
|
|
FORWARD_TO_UNICOWS(CreateFileMappingW);
|
|
FORWARD_TO_UNICOWS(CreateMailslotW);
|
|
FORWARD_TO_UNICOWS(CreateMutexW);
|
|
FORWARD_TO_UNICOWS(CreateProcessW);
|
|
FORWARD_TO_UNICOWS(CreateSemaphoreW);
|
|
FORWARD_TO_UNICOWS(CreateWaitableTimerW);
|
|
FORWARD_TO_UNICOWS(EnumCalendarInfoExW);
|
|
FORWARD_TO_UNICOWS(EnumCalendarInfoW);
|
|
FORWARD_TO_UNICOWS(EnumDateFormatsExW);
|
|
FORWARD_TO_UNICOWS(EnumDateFormatsW);
|
|
FORWARD_TO_UNICOWS(EnumSystemCodePagesW);
|
|
FORWARD_TO_UNICOWS(EnumSystemLocalesW);
|
|
FORWARD_TO_UNICOWS(EnumTimeFormatsW);
|
|
FORWARD_TO_UNICOWS(ExpandEnvironmentStringsW);
|
|
FORWARD_TO_UNICOWS(FatalAppExitW);
|
|
FORWARD_TO_UNICOWS(FillConsoleOutputCharacterW);
|
|
FORWARD_TO_UNICOWS(FormatMessageW);
|
|
FORWARD_TO_UNICOWS(GetCPInfoExW);
|
|
FORWARD_TO_UNICOWS(GetCalendarInfoW);
|
|
FORWARD_TO_UNICOWS(GetComputerNameW);
|
|
FORWARD_TO_UNICOWS(GetConsoleTitleW);
|
|
FORWARD_TO_UNICOWS(GetCurrencyFormatW);
|
|
FORWARD_TO_UNICOWS(GetDateFormatW);
|
|
FORWARD_TO_UNICOWS(GetDriveTypeW);
|
|
FORWARD_TO_UNICOWS(GetEnvironmentVariableW);
|
|
FORWARD_TO_UNICOWS(GetLocaleInfoW);
|
|
FORWARD_TO_UNICOWS(GetLogicalDriveStringsW);
|
|
FORWARD_TO_UNICOWS(GetNamedPipeHandleStateW);
|
|
FORWARD_TO_UNICOWS(GetNumberFormatW);
|
|
FORWARD_TO_UNICOWS(GetPrivateProfileIntW);
|
|
FORWARD_TO_UNICOWS(GetPrivateProfileSectionNamesW);
|
|
FORWARD_TO_UNICOWS(GetPrivateProfileSectionW);
|
|
FORWARD_TO_UNICOWS(GetPrivateProfileStringW);
|
|
FORWARD_TO_UNICOWS(GetPrivateProfileStructW);
|
|
FORWARD_TO_UNICOWS(GetProfileIntW);
|
|
FORWARD_TO_UNICOWS(GetProfileSectionW);
|
|
FORWARD_TO_UNICOWS(GetProfileStringW);
|
|
FORWARD_TO_UNICOWS(GetTimeFormatW);
|
|
FORWARD_TO_UNICOWS(GetVolumeInformationW);
|
|
FORWARD_TO_UNICOWS(IsBadStringPtrW);
|
|
FORWARD_TO_UNICOWS(OpenEventW);
|
|
FORWARD_TO_UNICOWS(OpenFileMappingW);
|
|
FORWARD_TO_UNICOWS(OpenMutexW);
|
|
FORWARD_TO_UNICOWS(OpenSemaphoreW);
|
|
FORWARD_TO_UNICOWS(OpenWaitableTimerW);
|
|
FORWARD_TO_UNICOWS(PeekConsoleInputW);
|
|
FORWARD_TO_UNICOWS(QueryDosDeviceW);
|
|
FORWARD_TO_UNICOWS(ReadConsoleInputW);
|
|
FORWARD_TO_UNICOWS(ReadConsoleOutputCharacterW);
|
|
FORWARD_TO_UNICOWS(ReadConsoleOutputW);
|
|
FORWARD_TO_UNICOWS(ReadConsoleW);
|
|
FORWARD_TO_UNICOWS(ScrollConsoleScreenBufferW);
|
|
FORWARD_TO_UNICOWS(SetCalendarInfoW);
|
|
FORWARD_TO_UNICOWS(SetComputerNameW);
|
|
FORWARD_TO_UNICOWS(SetDefaultCommConfigW);
|
|
FORWARD_TO_UNICOWS(SetEnvironmentVariableW);
|
|
FORWARD_TO_UNICOWS(SetLocaleInfoW);
|
|
FORWARD_TO_UNICOWS(SetVolumeLabelW);
|
|
FORWARD_TO_UNICOWS(WaitNamedPipeW);
|
|
FORWARD_TO_UNICOWS(WriteConsoleInputW);
|
|
FORWARD_TO_UNICOWS(WriteConsoleOutputCharacterW);
|
|
FORWARD_TO_UNICOWS(WriteConsoleOutputW);
|
|
FORWARD_TO_UNICOWS(WriteConsoleW);
|
|
FORWARD_TO_UNICOWS(WritePrivateProfileSectionW);
|
|
FORWARD_TO_UNICOWS(WritePrivateProfileStringW);
|
|
FORWARD_TO_UNICOWS(WritePrivateProfileStructW);
|
|
FORWARD_TO_UNICOWS(WriteProfileSectionW);
|
|
FORWARD_TO_UNICOWS(WriteProfileStringW);
|