* move PWSTR declaration to unit Windows

git-svn-id: trunk@37358 -
This commit is contained in:
svenbarth 2017-09-29 19:51:56 +00:00
parent cb142cdf7b
commit 4f39e57f62
2 changed files with 1 additions and 1 deletions

View File

@ -493,7 +493,6 @@ uses windows;
WINHTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE = 15000; WINHTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE = 15000;
type type
PWSTR = LPWSTR;
HINTERNET = LPVOID; HINTERNET = LPVOID;
LPHINTERNET = ^HINTERNET; LPHINTERNET = ^HINTERNET;
INTERNET_PORT = WORD; INTERNET_PORT = WORD;

View File

@ -228,6 +228,7 @@
PSHORT = ^SHORT; PSHORT = ^SHORT;
PSTR = Pchar; PSTR = Pchar;
PWSTR = LPWSTR;
PSZ = Pchar; PSZ = Pchar;
{$ifdef UNICODE} {$ifdef UNICODE}