Ver código fonte

* fixed NMHDR for win64

git-svn-id: trunk@7204 -
Vincent Snijders 18 anos atrás
pai
commit
41962b8bfb
1 arquivos alterados com 1 adições e 1 exclusões
  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;