Ver código fonte

* another input fix.

git-svn-id: trunk@42996 -
marco 5 anos atrás
pai
commit
bcabeb36a1
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

@@ -8853,7 +8853,7 @@ type
          2 : (ki : KEYBDINPUT);
          3 : (hi : HARDWAREINPUT);
      end;
-     PINPUT = ^INPUT;
+     PINPUT = ^TINPUT;
      LPINPUT = PINPUT;
 
 {$push}