| commit | 6b9dd2e0984e2779f37fd43aabf2011fac025271 | [log] [tgz] |
|---|---|---|
| author | Marcus Meissner <marcus@jet.franken.de> | Thu Mar 18 17:39:57 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Mar 18 17:39:57 1999 +0000 |
| tree | ed6d11c290b15243685d356b11f1a2d8739e36da | |
| parent | 49c1ca28d4735b87582e33d0a12d3c2de6e726b6 [diff] [blame] |
Lots of warning fixed, one missing WINAPI in ddraw.c added.
diff --git a/misc/registry.c b/misc/registry.c index fa0454d..0ba7b98 100644 --- a/misc/registry.c +++ b/misc/registry.c
@@ -39,6 +39,7 @@ #include "heap.h" #include "debug.h" #include "xmalloc.h" +#include "options.h" #include "winreg.h" #include "winversion.h"