This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/WATCOM/h/nt/wsdkver.h

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 */