diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/API/C')
-rw-r--r-- | Source/WebKit2/UIProcess/API/C/WKNativeEvent.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/WebKit2/UIProcess/API/C/WKNativeEvent.h b/Source/WebKit2/UIProcess/API/C/WKNativeEvent.h index bfce62e00..70fa8f3c5 100644 --- a/Source/WebKit2/UIProcess/API/C/WKNativeEvent.h +++ b/Source/WebKit2/UIProcess/API/C/WKNativeEvent.h @@ -43,8 +43,6 @@ class NSEvent; struct NSEvent; #endif typedef NSEvent *WKNativeEventPtr; -#elif defined(WIN32) || defined(_WIN32) -typedef const struct tagMSG* WKNativeEventPtr; #elif defined(BUILDING_GTK__) typedef union _GdkEvent GdkEvent; typedef const GdkEvent* WKNativeEventPtr; |