mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:49:22 +02:00
winunits-base: fix structure name
git-svn-id: trunk@17267 -
This commit is contained in:
parent
efad673509
commit
841357c66e
@ -1445,7 +1445,7 @@ type
|
|||||||
{$EXTERNALSYM DTTOPTS}
|
{$EXTERNALSYM DTTOPTS}
|
||||||
PDTTOPTS = ^_DTTOPTS;
|
PDTTOPTS = ^_DTTOPTS;
|
||||||
{$EXTERNALSYM PDTTOPTS}
|
{$EXTERNALSYM PDTTOPTS}
|
||||||
TDTOpts = DTTOPTS;
|
TDTTOpts = DTTOPTS;
|
||||||
|
|
||||||
// if (_WIN32_WINNT >= 0x0600)
|
// if (_WIN32_WINNT >= 0x0600)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user