diff options
-rw-r--r-- | webkit/glue/webplugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index c07c08a..db1969a 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -32,12 +32,12 @@ #include <string> #include <vector> -#include <windows.h> #include "base/basictypes.h" #include "base/gfx/rect.h" typedef struct HWND__* HWND; +typedef void* HANDLE; class GURL; class WebFrame; |