]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/defines.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 / defines.h
1 /*******************************************************************************
2  * Copyright (c) 2000, 2005 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 /*
16  * - Size Optimization -
17  * You can specify here which structs and SWT JNI calls
18  * you want to exclude. This can be useful to create
19  * a smaller library, based on your particular requirements.
20  * For example, if your application does not use the type ACCEL
21  * you can add:
22  * #define NO_ACCEL
23  * If your application does not require the function Arc,
24  * you can add:
25  * #define NO_Arc
26  * By default, all types and JNI calls relevant to a
27  * platform are included.
28  *
29  */