Browse Source

* Two msgs added found while porting toolbar97

git-svn-id: trunk@5767 -
marco 18 years ago
parent
commit
f340e27114
1 changed files with 14 additions and 1 deletions
  1. 14 1
      rtl/win/wininc/messages.inc

+ 14 - 1
rtl/win/wininc/messages.inc

@@ -1728,7 +1728,20 @@ Type
 	     Unused: LPARAM;
 	     Unused: LPARAM;
 	     Result: LRESULT;
 	     Result: LRESULT;
 	  end;
 	  end;
-    {$endif messagesunit}
+	  TWMEnable = packed record
+	     Msg: Cardinal;
+	     Enabled: LongBool;
+	     Unused: Longint;
+	     Result: Longint;
+	  end;
+	  TWMMouseActivate = packed record
+	     Msg: Cardinal;
+	     TopLevel: HWND;
+	     HitTestCode: Word;
+	     MouseMsg: Word;
+	     Result: Longint;
+	  end; 
+{$endif messagesunit}
 
 
 {$endif read_interface}
 {$endif read_interface}