30 lines
795 B
C
30 lines
795 B
C
|
/*
|
||
|
* wsdkver.h / winsdkver.h Maximum SDK version numbers
|
||
|
*
|
||
|
* =========================================================================
|
||
|
*
|
||
|
* Open Watcom Project
|
||
|
*
|
||
|
* Copyright (c) 2004-2010 The Open Watcom Contributors. All Rights Reserved.
|
||
|
*
|
||
|
* This file is automatically generated. Do not edit directly.
|
||
|
*
|
||
|
* =========================================================================
|
||
|
*/
|
||
|
|
||
|
#ifndef _INC_WINSDKVER
|
||
|
#define _INC_WINSDKVER
|
||
|
|
||
|
#ifndef _ENABLE_AUTODEPEND
|
||
|
#pragma read_only_file;
|
||
|
#endif
|
||
|
|
||
|
#define _WIN32_MAXVER 0x0601
|
||
|
#define _WIN32_WINDOWS_MAXVER 0x0601
|
||
|
#define NTDDI_MAXVER 0x0601
|
||
|
#define _WIN32_IE_MAXVER 0x0800
|
||
|
#define _WIN32_WINNT_MAXVER 0x0601
|
||
|
#define WINVER_MAXVER 0x0601
|
||
|
|
||
|
#endif /* _INC_WINSDKVER */
|