mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-22 18:29:33 +02:00
* inversed the ttime/ptime declaration to be sure, see mantis 15483.
git-svn-id: trunk@14601 -
This commit is contained in:
parent
75f425f34a
commit
d6b2b55d41
@ -39,8 +39,8 @@ type
|
|||||||
PVisualID = ^TVisualID;
|
PVisualID = ^TVisualID;
|
||||||
TVisualID = culong;
|
TVisualID = culong;
|
||||||
|
|
||||||
PTime = ^TTime;
|
|
||||||
TTime = culong;
|
TTime = culong;
|
||||||
|
PTime = ^TTime;
|
||||||
|
|
||||||
PPWindow = ^PWindow;
|
PPWindow = ^PWindow;
|
||||||
PWindow = ^TWindow;
|
PWindow = ^TWindow;
|
||||||
|
Loading…
Reference in New Issue
Block a user