]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/wgl_structs.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 / wgl_structs.h
1 /*******************************************************************************
2  * Copyright (c) 2000, 2016 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 /* Note: This file was auto-generated by org.eclipse.swt.tools.internal.JNIGenerator */
16 /* DO NOT EDIT - your changes will be lost. */
17
18 #include "wgl.h"
19
20 #ifndef NO_LAYERPLANEDESCRIPTOR
21 void cacheLAYERPLANEDESCRIPTORFields(JNIEnv *env, jobject lpObject);
22 LAYERPLANEDESCRIPTOR *getLAYERPLANEDESCRIPTORFields(JNIEnv *env, jobject lpObject, LAYERPLANEDESCRIPTOR *lpStruct);
23 void setLAYERPLANEDESCRIPTORFields(JNIEnv *env, jobject lpObject, LAYERPLANEDESCRIPTOR *lpStruct);
24 #define LAYERPLANEDESCRIPTOR_sizeof() sizeof(LAYERPLANEDESCRIPTOR)
25 #else
26 #define cacheLAYERPLANEDESCRIPTORFields(a,b)
27 #define getLAYERPLANEDESCRIPTORFields(a,b,c) NULL
28 #define setLAYERPLANEDESCRIPTORFields(a,b,c)
29 #define LAYERPLANEDESCRIPTOR_sizeof() 0
30 #endif
31
32 #ifndef NO_PIXELFORMATDESCRIPTOR
33 void cachePIXELFORMATDESCRIPTORFields(JNIEnv *env, jobject lpObject);
34 PIXELFORMATDESCRIPTOR *getPIXELFORMATDESCRIPTORFields(JNIEnv *env, jobject lpObject, PIXELFORMATDESCRIPTOR *lpStruct);
35 void setPIXELFORMATDESCRIPTORFields(JNIEnv *env, jobject lpObject, PIXELFORMATDESCRIPTOR *lpStruct);
36 #define PIXELFORMATDESCRIPTOR_sizeof() sizeof(PIXELFORMATDESCRIPTOR)
37 #else
38 #define cachePIXELFORMATDESCRIPTORFields(a,b)
39 #define getPIXELFORMATDESCRIPTORFields(a,b,c) NULL
40 #define setPIXELFORMATDESCRIPTORFields(a,b,c)
41 #define PIXELFORMATDESCRIPTOR_sizeof() 0
42 #endif
43