* include/w32api.h (WindowsVista): Define.
This commit is contained in:
parent
e98a5b1c43
commit
45a450621f
|
@ -1,3 +1,7 @@
|
||||||
|
2006-04-06 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/w32api.h (WindowsVista): Define.
|
||||||
|
|
||||||
2006-04-06 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
2006-04-06 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||||
|
|
||||||
* include/iptypes.h (IP_ADAPTER_*): Define parts that depend
|
* include/iptypes.h (IP_ADAPTER_*): Define parts that depend
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
#define Windows2000 0x0500
|
#define Windows2000 0x0500
|
||||||
#define WindowsXP 0x0501
|
#define WindowsXP 0x0501
|
||||||
#define Windows2003 0x0502
|
#define Windows2003 0x0502
|
||||||
|
#define WindowsVista 0x0600
|
||||||
|
|
||||||
/* Use these values to set _WIN32_IE to your minimum support level */
|
/* Use these values to set _WIN32_IE to your minimum support level */
|
||||||
#define IE3 0x0300
|
#define IE3 0x0300
|
||||||
|
|
Loading…
Reference in New Issue