Commit 2319a277 authored by Gabriel Ivăncescu's avatar Gabriel Ivăncescu Committed by Alexandre Julliard

mshtml: Use proper types for readystate_locked and readystate_pending.

parent 0d4f63b3
......@@ -568,8 +568,8 @@ struct HTMLOuterWindow {
struct list browser_entry;
READYSTATE readystate;
BOOL readystate_locked;
unsigned readystate_pending;
unsigned readystate_locked;
BOOL readystate_pending;
HTMLInnerWindow *pending_window;
HTMLLocation location;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment