Commit 692d4e59 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

#include <windows.h> instead of "windows.h".

parent 05fb2c89
#include "windows.h" #include <windows.h>
#include "license.h" #include "license.h"
static CHAR LicenseCaption_En[] = "LICENSE"; static CHAR LicenseCaption_En[] = "LICENSE";
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include "windows.h" #include <windows.h>
#include "license.h" #include "license.h"
VOID WineLicense(HWND Wnd) VOID WineLicense(HWND Wnd)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment