Commit d1d63927 authored by Alexandre Julliard's avatar Alexandre Julliard

Rewrote some headers from scratch to avoid EULA/patent concerns.

parent e7c6d17b
/* /*
* Copyright (C) 2000 Hidenori Takeshima * Copyright (C) 2002 Alexandre Julliard
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public
...@@ -19,7 +19,22 @@ ...@@ -19,7 +19,22 @@
#ifndef _WINRESRC_ #ifndef _WINRESRC_
#define _WINRESRC_ #define _WINRESRC_
#include "windef.h" #ifndef WINVER
#define WINVER 0x0500
#endif
#ifndef _WIN32_IE
#define _WIN32_IE 0x0501
#endif
#ifndef _WIN32_WINDOWS
#define _WIN32_WINDOWS 0x0410
#endif
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0500
#endif
#include "winuser.h" #include "winuser.h"
#include "commctrl.h" #include "commctrl.h"
#include "dde.h" #include "dde.h"
......
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