|
@@ -2733,11 +2733,11 @@ procedure LoadPixMapManager;
|
|
var
|
|
var
|
|
Q: QWord;
|
|
Q: QWord;
|
|
begin
|
|
begin
|
|
- Q:= GetTickCount64;
|
|
|
|
|
|
+ Q:= SysUtils.GetTickCount64;
|
|
DCDebug('Creating PixmapManager');
|
|
DCDebug('Creating PixmapManager');
|
|
PixMapManager:=TPixMapManager.Create;
|
|
PixMapManager:=TPixMapManager.Create;
|
|
PixMapManager.Load(gpCfgDir + 'pixmaps.txt');
|
|
PixMapManager.Load(gpCfgDir + 'pixmaps.txt');
|
|
- DCDebug('Creating PixmapManager done '+ IntToStr(GetTickCount64 - Q));
|
|
|
|
|
|
+ DCDebug('Creating PixmapManager done '+ IntToStr(SysUtils.GetTickCount64 - Q));
|
|
end;
|
|
end;
|
|
|
|
|
|
initialization
|
|
initialization
|