[ACLAYERS][ACGENRAL] Update license headers + include cleanup.
[reactos.git] / reactos / dll / appcompat / shims / genral / main.c
index 37bd125..b456744 100644 (file)
@@ -1,12 +1,13 @@
 /*
- * COPYRIGHT:       See COPYING in the top level directory
- * PROJECT:         ReactOS Shim library
- * FILE:            dll/appcompat/shims/genral/main.c
- * PURPOSE:         Shim entrypoint
- * PROGRAMMER:      Mark Jansen
+ * PROJECT:     ReactOS 'General' Shim library
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     Shim entrypoint
+ * COPYRIGHT:   Copyright 2016,2017 Mark Jansen (mark.jansen@reactos.org)
  */
 
-#include <windows.h>
+#define WIN32_NO_STATUS
+#include <windef.h>
+#include <winbase.h>
 #include <strsafe.h>
 #include <shimlib.h>