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

This commit is contained in:
Gerald Pfeifer 2003-06-18 19:32:03 +00:00 committed by Alexandre Julliard
parent 05fb2c89e1
commit 692d4e599d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include "windows.h"
#include <windows.h>
#include "license.h"
static CHAR LicenseCaption_En[] = "LICENSE";

View File

@ -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)