gdi32: When compiling with PSDK headers request latest DEVMODE definition.

This commit is contained in:
Dmitry Timoshkov 2007-12-19 11:41:07 +08:00 committed by Alexandre Julliard
parent b95f30134b
commit 49f1600b3f
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINVER 0x0501 /* request latest DEVMODE */
#include <assert.h>
#include <stdio.h>