| commit | cabee39f3c46423ae6f4a3f53bf267c1be02728c | [log] [tgz] |
|---|---|---|
| author | Andreas Mohr <amohr@codeweavers.com> | Wed Oct 25 21:22:27 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Oct 25 21:22:27 2000 +0000 |
| tree | 4310b1923809696a49f99416a6b746aa3128041e | |
| parent | 8c538c819049ece23e2360f389af6c864e046414 [diff] [blame] |
Free the Win16 dummy module and wm->deps.
diff --git a/include/module.h b/include/module.h index 386113b..c99c6c6 100644 --- a/include/module.h +++ b/include/module.h
@@ -124,6 +124,7 @@ struct _wine_modref *next; struct _wine_modref *prev; HMODULE module; + HMODULE16 hDummyMod; /* Win16 dummy module */ void *dlhandle; /* handle returned by dlopen() */ int tlsindex; /* TLS index or -1 if none */