mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +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;
|
||||
TVisualID = culong;
|
||||
|
||||
PTime = ^TTime;
|
||||
TTime = culong;
|
||||
PTime = ^TTime;
|
||||
|
||||
PPWindow = ^PWindow;
|
||||
PWindow = ^TWindow;
|
||||
|
Loading…
Reference in New Issue
Block a user