Browse Source

* fixed COMCTL32_VERSION constant.

git-svn-id: trunk@6258 -
yury 18 years ago
parent
commit
767a5c12f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/wince/wininc/commctrl.inc

+ 1 - 1
rtl/wince/wininc/commctrl.inc

@@ -88,7 +88,7 @@
 const
 const
   ComctlDLL     = 'commctrl';
   ComctlDLL     = 'commctrl';
 
 
-  COMCTL32_VERSION=$020e;
+  COMCTL32_VERSION=$020c;
 
 
   // Common control shared messages
   // Common control shared messages
   CCM_FIRST = $2000;
   CCM_FIRST = $2000;