summaryrefslogtreecommitdiff
path: root/ext/standard/winver.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/winver.h')
-rwxr-xr-xext/standard/winver.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/standard/winver.h b/ext/standard/winver.h
index cb469a91c..7152d6081 100755
--- a/ext/standard/winver.h
+++ b/ext/standard/winver.h
@@ -1,6 +1,15 @@
#ifndef _PHP_WINVER_H
#define _PHP_WINVER_H
+#ifndef SM_TABLETPC
+#define SM_TABLETPC 86
+#endif
+#ifndef SM_MEDIACENTER
+#define SM_MEDIACENTER 87
+#endif
+#ifndef SM_STARTER
+#define SM_STARTER 88
+#endif
#ifndef SM_SERVERR2
#define SM_SERVERR2 89
#endif