mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-08 19:27:20 +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
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
SysUtils, Windows, FPDType, Maps, FpDbgUtil, FpDbgClasses, FpDbgWinExtra;
|
SysUtils, FPDType, Maps, FpDbgUtil, FpDbgClasses, FpDbgWinExtra;
|
||||||
|
|
||||||
type
|
type
|
||||||
TFPDState = (dsStop, dsRun, dsPause, dsQuit, dsEvent);
|
TFPDState = (dsStop, dsRun, dsPause, dsQuit, dsEvent);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user