mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-18 23:11:19 +03:00
81 lines
2.9 KiB
C
Executable File
81 lines
2.9 KiB
C
Executable File
/*
|
|
* KernelEx
|
|
* Copyright (C) 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 <windows.h>
|
|
#include <commctrl.h>
|
|
#include "unifwd.h"
|
|
|
|
FORWARD_TO_UNICOWS(BroadcastSystemMessageW);
|
|
FORWARD_TO_UNICOWS(ChangeDisplaySettingsExW);
|
|
FORWARD_TO_UNICOWS(ChangeDisplaySettingsW);
|
|
FORWARD_TO_UNICOWS(DdeCreateStringHandleW);
|
|
FORWARD_TO_UNICOWS(DdeInitializeW);
|
|
FORWARD_TO_UNICOWS(DdeQueryStringW);
|
|
FORWARD_TO_UNICOWS(DlgDirListComboBoxW);
|
|
FORWARD_TO_UNICOWS(DlgDirListW);
|
|
FORWARD_TO_UNICOWS(DlgDirSelectComboBoxExW);
|
|
FORWARD_TO_UNICOWS(DlgDirSelectExW);
|
|
FORWARD_TO_UNICOWS(DrawStateW);
|
|
FORWARD_TO_UNICOWS(DrawTextExW);
|
|
FORWARD_TO_UNICOWS(DrawTextW);
|
|
FORWARD_TO_UNICOWS(EnumDisplayDevicesW);
|
|
FORWARD_TO_UNICOWS(EnumDisplaySettingsExW);
|
|
FORWARD_TO_UNICOWS(EnumDisplaySettingsW);
|
|
FORWARD_TO_UNICOWS(EnumPropsExW);
|
|
FORWARD_TO_UNICOWS(EnumPropsW);
|
|
FORWARD_TO_UNICOWS(FindWindowExW);
|
|
FORWARD_TO_UNICOWS(FindWindowW);
|
|
FORWARD_TO_UNICOWS(GetAltTabInfoW);
|
|
FORWARD_TO_UNICOWS(GetClassNameW);
|
|
FORWARD_TO_UNICOWS(GetClipboardFormatNameW);
|
|
FORWARD_TO_UNICOWS(GetKeyboardLayoutNameW);
|
|
FORWARD_TO_UNICOWS(GetKeyNameTextW);
|
|
FORWARD_TO_UNICOWS(GetMenuItemInfoW);
|
|
FORWARD_TO_UNICOWS(GetMenuStringW);
|
|
FORWARD_TO_UNICOWS(GetMonitorInfoW);
|
|
FORWARD_TO_UNICOWS(GetPropW);
|
|
FORWARD_TO_UNICOWS(GetTabbedTextExtentW);
|
|
FORWARD_TO_UNICOWS(GrayStringW);
|
|
FORWARD_TO_UNICOWS(InsertMenuItemW);
|
|
FORWARD_TO_UNICOWS(LoadAcceleratorsW);
|
|
FORWARD_TO_UNICOWS(LoadBitmapW);
|
|
FORWARD_TO_UNICOWS(LoadCursorFromFileW);
|
|
FORWARD_TO_UNICOWS(LoadCursorW);
|
|
FORWARD_TO_UNICOWS(LoadIconW);
|
|
FORWARD_TO_UNICOWS(LoadImageW);
|
|
FORWARD_TO_UNICOWS(LoadKeyboardLayoutW);
|
|
FORWARD_TO_UNICOWS(MapVirtualKeyExW);
|
|
FORWARD_TO_UNICOWS(MapVirtualKeyW);
|
|
FORWARD_TO_UNICOWS(MessageBoxIndirectW);
|
|
FORWARD_TO_UNICOWS(RegisterClipboardFormatW);
|
|
FORWARD_TO_UNICOWS(RegisterDeviceNotificationW);
|
|
FORWARD_TO_UNICOWS(RegisterWindowMessageW);
|
|
FORWARD_TO_UNICOWS(RemovePropW);
|
|
FORWARD_TO_UNICOWS(SetMenuItemInfoW);
|
|
FORWARD_TO_UNICOWS(SetPropW);
|
|
FORWARD_TO_UNICOWS(SystemParametersInfoW);
|
|
FORWARD_TO_UNICOWS(TabbedTextOutW);
|
|
FORWARD_TO_UNICOWS(VkKeyScanExW);
|
|
FORWARD_TO_UNICOWS(VkKeyScanW);
|
|
FORWARD_TO_UNICOWS(WinHelpW);
|
|
FORWARD_TO_UNICOWS(wsprintfW);
|
|
FORWARD_TO_UNICOWS(wvsprintfW);
|