We need to set _WIN32_WINNT to 0x501 to get CS_DROPSHADOW and

ICON_SMALL2.
This commit is contained in:
Francois Gouget 2004-01-16 02:02:19 +00:00 committed by Alexandre Julliard
parent 449b92595a
commit 79495fe5a9
2 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* To get CS_DROPSHADOW with the MSVC headers */
#define _WIN32_WINNT 0x0501
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>

View File

@ -20,6 +20,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/* To get ICON_SMALL2 with the MSVC headers */
#define _WIN32_WINNT 0x0501
#include <assert.h>
#include <stdlib.h>
#include <stdarg.h>