Browse Source

* fixed NMHDR for win64

git-svn-id: trunk@7204 -
Vincent Snijders 18 years ago
parent
commit
41962b8bfb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/struct.inc

+ 1 - 1
rtl/win/wininc/struct.inc

@@ -3273,7 +3273,7 @@
 
      NMHDR = record
           hwndFrom : HWND;
-          idFrom : UINT;
+          idFrom : UINT_PTR;
           code : UINT;
        end;
      tagNMHDR = NMHDR;