| commit | c50a1d05deded9e8b369bcd4b4ddcf43b1243ecb | [log] [tgz] |
|---|---|---|
| author | Ulrich Weigand <weigand@informatik.uni-erlangen.de> | Sun Aug 15 12:45:01 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun Aug 15 12:45:01 1999 +0000 |
| tree | 0aa24575f53436ec87c89a69b5650637754dcf4a | |
| parent | 6ab0fb18b03ae444f86b3814a778dea83d7f2c35 [diff] [blame] |
Adapted to new-style Wine thunks. Removed some now unnecessary function pointers.
diff --git a/loader/module.c b/loader/module.c index 8cd2fbc..a1cee6a 100644 --- a/loader/module.c +++ b/loader/module.c
@@ -18,6 +18,7 @@ #include "global.h" #include "heap.h" #include "module.h" +#include "snoop.h" #include "neexe.h" #include "pe_image.h" #include "dosexe.h"