Browse Source

* fix for 4643

git-svn-id: trunk@3035 -
marco 19 years ago
parent
commit
6184785fe4
1 changed files with 13 additions and 12 deletions
  1. 13 12
      rtl/win32/wininc/messages.inc

+ 13 - 12
rtl/win32/wininc/messages.inc

@@ -507,23 +507,24 @@
      NM_SETFOCUS = -(7);
   { Power status  }
   { Progress bar control  }
-     PBM_DELTAPOS = 1027;
-     PBM_SETPOS = 1026;
-     PBM_SETRANGE = 1025;
-     PBM_SETSTEP = 1028;
-     PBM_STEPIT = 1029;
+     PBM_DELTAPOS   = 1027;
+     PBM_SETPOS     = 1026;
+     PBM_SETRANGE   = 1025;
+     PBM_SETRANGE32 = 1030;
+     PBM_SETSTEP    = 1028;
+     PBM_STEPIT     = 1029;
   { Property sheets  }
-     PSM_ADDPAGE = 1127;
-     PSM_APPLY = 1134;
+     PSM_ADDPAGE    = 1127;
+     PSM_APPLY      = 1134;
      PSM_CANCELTOCLOSE = 1131;
-     PSM_CHANGED = 1128;
+     PSM_CHANGED    = 1128;
      PSM_GETTABCONTROL = 1140;
      PSM_GETCURRENTPAGEHWND = 1142;
      PSM_ISDIALOGMESSAGE = 1141;
-     PSM_PRESSBUTTON = 1137;
-     PSM_QUERYSIBLINGS = 1132;
-     PSM_REBOOTSYSTEM = 1130;
-     PSM_REMOVEPAGE = 1126;
+     PSM_PRESSBUTTON    = 1137;
+     PSM_QUERYSIBLINGS  = 1132;
+     PSM_REBOOTSYSTEM   = 1130;
+     PSM_REMOVEPAGE     = 1126;
      PSM_RESTARTWINDOWS = 1129;
      PSM_SETCURSEL = 1125;
      PSM_SETCURSELID = 1138;