commit | ef61c0b632149c684b083f842923f91ef0a38fed | [log] [tgz] |
---|---|---|
author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Sat May 08 09:45:50 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat May 08 09:45:50 1999 +0000 |
tree | 142686e3290f7f7f8c30ea7fdaac477840aade41 | |
parent | 3d35e9894c8bb1fbc23eaa043772522cf38451a9 [diff] [blame] |
Initialize WIN_CritSection earlier.
diff --git a/include/win.h b/include/win.h index aa366b9..e15fb09 100644 --- a/include/win.h +++ b/include/win.h
@@ -158,6 +158,7 @@ #define BWA_SKIPICONIC 0x0008 /* Window functions */ +extern void WIN_Init( void ); extern void WIN_LockWnds(); extern void WIN_UnlockWnds(); extern int WIN_SuspendWndsLock();