blob: 69a26cb6c78f2b138012b8e05e7974d45ad5c531 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/* Libraries for dynamic loaded functions */
#define CloseThemeData_LIB "uxtheme.dll"
#define DrawThemeBackground_LIB "uxtheme.dll"
#define DrawThemeParentBackground_LIB "uxtheme.dll"
#define EnumDisplayMonitors_LIB "user32.dll"
#define EnumSystemLanguageGroupsA_LIB "kernel32.dll"
#define EnumSystemLanguageGroupsW_LIB "kernel32.dll"
#define GetComboBoxInfo_LIB "user32.dll"
#define GetLayout_LIB "gdi32.dll"
#define GetMenuBarInfo_LIB "user32.dll"
#define GetMenuInfo_LIB "user32.dll"
#define GetMonitorInfoA_LIB "user32.dll"
#define GetMonitorInfoW_LIB "user32.dll"
#define GetSystemDefaultUILanguage_LIB "kernel32.dll"
#define GradientFill_LIB "msimg32.dll"
#define ImmDisableTextFrameService_LIB "imm32.dll"
#define IsAppThemed_LIB "uxtheme.dll"
#define MonitorFromWindow_LIB "user32.dll"
#define NotifyWinEvent_LIB "user32.dll"
#define OpenThemeData_LIB "uxtheme.dll"
#define SetLayout_LIB "gdi32.dll"
#define SetMenuInfo_LIB "user32.dll"
#define TransparentBlt_LIB "msimg32.dll"