Browse Source

Merged revisions 7204 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

r7204 (vincents)
* fixed NMHDR for win64

git-svn-id: branches/fixes_2_2@7230 -

florian 18 years ago
parent
commit
642ed35aca
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
      NMHDR = record
           hwndFrom : HWND;
           hwndFrom : HWND;
-          idFrom : UINT;
+          idFrom : UINT_PTR;
           code : UINT;
           code : UINT;
        end;
        end;
      tagNMHDR = NMHDR;
      tagNMHDR = NMHDR;