[SHIMLIB] Improve header inclusions.
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 10 Aug 2016 13:37:22 +0000 (13:37 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 10 Aug 2016 13:37:22 +0000 (13:37 +0000)
svn path=/trunk/; revision=72187

reactos/dll/appcompat/shims/shimlib/shimlib.c

index 45dda79..7720305 100644 (file)
@@ -6,7 +6,8 @@
  * PROGRAMMER:      Mark Jansen
  */
 
-#include <windows.h>
+#include <windef.h>
+#include <winbase.h>
 #include <shimlib.h>
 #include <strsafe.h>