* Typo fix, reported by Basil, Mantis #20131

git-svn-id: trunk@18940 -
This commit is contained in:
marco 2011-09-02 08:01:30 +00:00
parent a6b290c97a
commit 97e4608614

View File

@ -201,8 +201,8 @@ type
{$EXTERNALSYM LPUWSTR}
PUWSTR = {$IFDEF USE_DELPHI_TYPES} Windows.LPWSTR {$ELSE} PWideChar {$ENDIF};
{$EXTERNALSYM PUWSTR}
LCPUWSTR = {$IFDEF USE_DELPHI_TYPES} Windows.LPWSTR {$ELSE} PWideChar {$ENDIF};
{$EXTERNALSYM LCPUWSTR}
LPCUWSTR = {$IFDEF USE_DELPHI_TYPES} Windows.LPWSTR {$ELSE} PWideChar {$ENDIF};
{$EXTERNALSYM LPCUWSTR}
PCUWSTR = {$IFDEF USE_DELPHI_TYPES} Windows.LPWSTR {$ELSE} PWideChar {$ENDIF};
{$EXTERNALSYM PCUWSTR}