* 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;
type
PWSTR = LPWSTR;
HINTERNET = LPVOID;
LPHINTERNET = ^HINTERNET;
INTERNET_PORT = WORD;

View File

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