mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 12:13:30 +01:00
* Removed now unused windows-unit from uses section
git-svn-id: trunk@44241 -
This commit is contained in:
parent
c8c11be08b
commit
f35783bdf0
@ -36,7 +36,7 @@ unit FPDGlobal;
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils, Windows, FPDType, Maps, FpDbgUtil, FpDbgClasses, FpDbgWinExtra;
|
||||
SysUtils, FPDType, Maps, FpDbgUtil, FpDbgClasses, FpDbgWinExtra;
|
||||
|
||||
type
|
||||
TFPDState = (dsStop, dsRun, dsPause, dsQuit, dsEvent);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user