commit | ecae926945d6c08e3fde8bf5d711976070e2ef88 | [log] [tgz] |
---|---|---|
author | François Gouget <fgouget@codeweavers.com> | Fri Dec 15 21:30:35 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Dec 15 21:30:35 2000 +0000 |
tree | 7409fb1d2d3a1e97a5ba1b12cce14147f4b47cc3 | |
parent | 997b42c2431101d4f28fc7869fa75a175576b0ed [diff] [blame] |
Needs to include windef.h.
diff --git a/server/snapshot.c b/server/snapshot.c index 3f806be..0a690eb 100644 --- a/server/snapshot.c +++ b/server/snapshot.c
@@ -10,7 +10,7 @@ #include <stdio.h> #include <stdlib.h> -#include "winnt.h" +#include "windef.h" #include "tlhelp32.h" #include "handle.h"