#include <windows.h> instead of "windows.h".
This commit is contained in:
parent
05fb2c89e1
commit
692d4e599d
|
@ -1,4 +1,4 @@
|
|||
#include "windows.h"
|
||||
#include <windows.h>
|
||||
#include "license.h"
|
||||
|
||||
static CHAR LicenseCaption_En[] = "LICENSE";
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue