ChangeLog: #include <windows.h> instead of "windows.h". Index: License_En.c =================================================================== RCS file: /home/wine/wine/programs/notepad/License_En.c,v retrieving revision 1.3 diff -u -3 -p -r1.3 License_En.c --- License_En.c 10 Mar 2002 00:21:18 -0000 1.3 +++ License_En.c 5 Jun 2003 20:31:38 -0000 @@ -1,4 +1,4 @@ -#include "windows.h" +#include <windows.h> #include "license.h" static CHAR LicenseCaption_En[] = "LICENSE"; Index: license.c =================================================================== RCS file: /home/wine/wine/programs/notepad/license.c,v retrieving revision 1.5 diff -u -3 -p -r1.5 license.c --- license.c 10 Mar 2002 00:21:18 -0000 1.5 +++ license.c 5 Jun 2003 20:31:38 -0000 @@ -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)