mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-18 23:11:19 +03:00
52 lines
1.8 KiB
C
Executable File
52 lines
1.8 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 "unifwd.h"
|
|
|
|
FORWARD_TO_UNICOWS(CopyEnhMetaFileW);
|
|
FORWARD_TO_UNICOWS(CopyMetaFileW);
|
|
FORWARD_TO_UNICOWS(CreateColorSpaceW);
|
|
FORWARD_TO_UNICOWS(CreateDCW);
|
|
FORWARD_TO_UNICOWS(CreateEnhMetaFileW);
|
|
FORWARD_TO_UNICOWS(CreateFontIndirectW);
|
|
FORWARD_TO_UNICOWS(CreateFontW);
|
|
FORWARD_TO_UNICOWS(CreateICW);
|
|
FORWARD_TO_UNICOWS(CreateMetaFileW);
|
|
FORWARD_TO_UNICOWS(CreateScalableFontResourceW);
|
|
FORWARD_TO_UNICOWS(EnumFontsW);
|
|
FORWARD_TO_UNICOWS(EnumICMProfilesW);
|
|
FORWARD_TO_UNICOWS(GetCharABCWidthsW);
|
|
FORWARD_TO_UNICOWS(GetCharacterPlacementW);
|
|
FORWARD_TO_UNICOWS(GetEnhMetaFileDescriptionW);
|
|
FORWARD_TO_UNICOWS(GetEnhMetaFileW);
|
|
FORWARD_TO_UNICOWS(GetICMProfileW);
|
|
FORWARD_TO_UNICOWS(GetKerningPairsW);
|
|
FORWARD_TO_UNICOWS(GetLogColorSpaceW);
|
|
FORWARD_TO_UNICOWS(GetMetaFileW);
|
|
FORWARD_TO_UNICOWS(GetOutlineTextMetricsW);
|
|
FORWARD_TO_UNICOWS(GetTextExtentExPointW);
|
|
FORWARD_TO_UNICOWS(GetTextFaceW);
|
|
FORWARD_TO_UNICOWS(GetTextMetricsW);
|
|
FORWARD_TO_UNICOWS(ResetDCW);
|
|
FORWARD_TO_UNICOWS(SetICMProfileW);
|
|
FORWARD_TO_UNICOWS(StartDocW);
|
|
FORWARD_TO_UNICOWS(UpdateICMRegKeyW);
|