mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 13:39:30 +02:00
lcl: remove hInstance variable - it is already declared in system unit (fixes bug #0015754)
git-svn-id: trunk@23705 -
This commit is contained in:
parent
6b2027e174
commit
3828145006
@ -146,9 +146,6 @@ type
|
|||||||
|
|
||||||
PHKEY = ^HKEY;
|
PHKEY = ^HKEY;
|
||||||
|
|
||||||
var
|
|
||||||
hInstance: HINST;
|
|
||||||
|
|
||||||
const
|
const
|
||||||
INVALID_HANDLE_VALUE = 0;
|
INVALID_HANDLE_VALUE = 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user