]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/webkit_win32.h
Remove invalid SHA-256-Digests
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / webkit_win32.h
1 /*******************************************************************************
2  * Copyright (c) 2010, 2011 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 #ifndef INC_webkit_win32_H
16 #define INC_webkit_win32_H
17
18 #include <ole2.h>
19 #include <JavaScriptCore/JSContextRef.h>
20 #include <JavaScriptCore/JSObjectRef.h>
21 #include <JavaScriptCore/JSStringRef.h>
22 #include <CFNetwork/CFHTTPCookiesPriv.h>
23 #include <CFNetwork/CFURLRequestPriv.h>
24 #include <CoreFoundation/CoreFoundation.h>
25 #include <WebKitCOMAPI.h>
26 #include "webkit_win32_custom.h"
27
28 #define WebKit_LOAD_FUNCTION LOAD_FUNCTION
29
30 #endif /* INC_webkit_win32_H */
31