Browse Source

* another input fix.

git-svn-id: trunk@42996 -
marco 5 years ago
parent
commit
bcabeb36a1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/struct.inc

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

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