#include <windows.h> instead of "windows.h".
diff --git a/programs/notepad/License_En.c b/programs/notepad/License_En.c index 654d523..e98cf35 100644 --- a/programs/notepad/License_En.c +++ b/programs/notepad/License_En.c
@@ -1,4 +1,4 @@ -#include "windows.h" +#include <windows.h> #include "license.h" static CHAR LicenseCaption_En[] = "LICENSE";
diff --git a/programs/notepad/license.c b/programs/notepad/license.c index 849374d..1fcef23 100644 --- a/programs/notepad/license.c +++ b/programs/notepad/license.c
@@ -18,7 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "windows.h" +#include <windows.h> #include "license.h" VOID WineLicense(HWND Wnd)