Add missing config.h include

Dmitry Timoshkov dmitry at baikal.ru
Fri Jun 29 08:30:52 CDT 2001


Hello.

Changelog:
    Dmitry Timoshkov <dmitry at codeweavers.com>
    Add missing config.h include.

--- cvs/hq/wine/dlls/msvcrt/except.c	Sat Apr 14 07:50:46 2001
+++ wine/dlls/msvcrt/except.c	Fri Jun 29 13:23:08 2001
@@ -8,6 +8,8 @@
  *
  * FIXME: Incomplete support for nested exceptions/try block cleanup.
  */
+#include "config.h"
+
 #include "ntddk.h"
 #include "wine/exception.h"
 #include "thread.h"






More information about the wine-patches mailing list