Author: akhaldi
Date: Thu Mar 19 11:51:24 2015
New Revision: 66798
URL:
http://svn.reactos.org/svn/reactos?rev=66798&view=rev
Log:
[PSDK] Add missing _LI_METRIC enum.
Modified:
trunk/reactos/include/psdk/commctrl.h
Modified: trunk/reactos/include/psdk/commctrl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/commctrl.h?re…
==============================================================================
--- trunk/reactos/include/psdk/commctrl.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/commctrl.h [iso-8859-1] Thu Mar 19 11:51:24 2015
@@ -5095,6 +5095,14 @@
#endif /* NOTASKDIALOG */
+#if (NTDDI_VERSION >= NTDDI_VISTA)
+enum _LI_METRIC
+{
+ LIM_SMALL,
+ LIM_LARGE,
+};
+#endif
+
#ifdef __cplusplus
}
#endif