]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/os_custom.h
Special handling to retain the range of derived properties on type edit
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / os_custom.h
1 /*******************************************************************************
2  * Copyright (c) 2000, 2017 IBM Corporation and others.
3  *
4  * This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License 2.0
6  * which accompanies this distribution, and is available at
7  * https://www.eclipse.org/legal/epl-2.0/
8  *
9  * SPDX-License-Identifier: EPL-2.0
10  *
11  * Contributors:
12  *     IBM Corporation - initial API and implementation
13  *******************************************************************************/
14
15 /* Special sizeof's */
16 #define SCRIPT_STRING_ANALYSIS_sizeof() sizeof(SCRIPT_STRING_ANALYSIS)
17 #define PROPVARIANT_sizeof() sizeof(PROPVARIANT)
18
19 /* Libraries for dynamic loaded functions */
20 #define CloseGestureInfoHandle_LIB "user32.dll"
21 #define CloseTouchInputHandle_LIB "user32.dll"
22 #define GetCurrentProcessExplicitAppUserModelID_LIB "shell32.dll"
23 #define GetDpiForMonitor_LIB "shcore.dll"
24 #define GetGestureInfo_LIB "user32.dll"
25 #define GetTouchInputInfo_LIB "user32.dll"
26 #define IsTouchWindow_LIB "user32.dll"
27 #define RegisterTouchWindow_LIB "user32.dll"
28 #define SetCurrentProcessExplicitAppUserModelID_LIB "shell32.dll"
29 #define SetGestureConfig_LIB "user32.dll"
30 #define UnregisterTouchWindow_LIB "user32.dll"