]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/webkit_win32_structs.h
0bd04b0f9e671d7eda4bfc5d6b71aa980af286a8
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / webkit_win32_structs.h
1 /*******************************************************************************
2  * Copyright (c) 2009, 2016 IBM Corporation and others. All rights reserved.
3  * The contents of this file are made available under the terms
4  * of the GNU Lesser General Public License (LGPL) Version 2.1 that
5  * accompanies this distribution (lgpl-v21.txt).  The LGPL is also
6  * available at http://www.gnu.org/licenses/lgpl.html.  If the version
7  * of the LGPL at http://www.gnu.org is different to the version of
8  * the LGPL accompanying this distribution and there is any conflict
9  * between the two license versions, the terms of the LGPL accompanying
10  * this distribution shall govern.
11  * 
12  * Contributors:
13  *     IBM Corporation - initial API and implementation
14  *******************************************************************************/
15
16 /* Note: This file was auto-generated by org.eclipse.swt.tools.internal.JNIGenerator */
17 /* DO NOT EDIT - your changes will be lost. */
18
19 #include "webkit_win32.h"
20
21 #ifndef NO_JSClassDefinition
22 void cacheJSClassDefinitionFields(JNIEnv *env, jobject lpObject);
23 JSClassDefinition *getJSClassDefinitionFields(JNIEnv *env, jobject lpObject, JSClassDefinition *lpStruct);
24 void setJSClassDefinitionFields(JNIEnv *env, jobject lpObject, JSClassDefinition *lpStruct);
25 #define JSClassDefinition_sizeof() sizeof(JSClassDefinition)
26 #else
27 #define cacheJSClassDefinitionFields(a,b)
28 #define getJSClassDefinitionFields(a,b,c) NULL
29 #define setJSClassDefinitionFields(a,b,c)
30 #define JSClassDefinition_sizeof() 0
31 #endif
32