commit | 6a78c16aac94c0bf1e823b196d526cb92267b3bc | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Wed Dec 08 18:06:14 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Dec 08 18:06:14 2004 +0000 |
tree | cff9c219a47c1f0e24d0c01f44a316814db5b243 | |
parent | 2c3de6db244c06bb980b5d323b399e9fb5b95d53 [diff] [blame] |
Moved private USER definitions to a new user_private.h header, and removed the global user.h.
diff --git a/windows/spy.c b/windows/spy.c index d765ef5..b83d060 100644 --- a/windows/spy.c +++ b/windows/spy.c
@@ -30,6 +30,7 @@ #include "wownt32.h" #include "wine/unicode.h" #include "win.h" +#include "user_private.h" #include "wine/debug.h" #include "message.h" #include "winnls.h"