| commit | 894b188fcfbc9d6a32b98ef7c069e6d25cb0faff | [log] [tgz] |
|---|---|---|
| author | Alexandre Julliard <julliard@winehq.org> | Thu Apr 25 21:40:56 2002 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Apr 25 21:40:56 2002 +0000 |
| tree | e6305e9637fbbf7932e421cfc5e93512a81a1c9f | |
| parent | af16c98f715a91287f38bd89b87eccaa0f832f92 [diff] [blame] |
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
diff --git a/memory/selector.c b/memory/selector.c index 132ba4c..d52989b 100644 --- a/memory/selector.c +++ b/memory/selector.c
@@ -19,6 +19,7 @@ */ #include "config.h" +#include "wine/port.h" #include <string.h>