mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-10 13:29:16 +02:00
* move PWSTR declaration to unit Windows
git-svn-id: trunk@37358 -
This commit is contained in:
parent
cb142cdf7b
commit
4f39e57f62
@ -493,7 +493,6 @@ uses windows;
|
||||
WINHTTP_WEB_SOCKET_MIN_KEEPALIVE_VALUE = 15000;
|
||||
|
||||
type
|
||||
PWSTR = LPWSTR;
|
||||
HINTERNET = LPVOID;
|
||||
LPHINTERNET = ^HINTERNET;
|
||||
INTERNET_PORT = WORD;
|
||||
|
@ -228,6 +228,7 @@
|
||||
PSHORT = ^SHORT;
|
||||
|
||||
PSTR = Pchar;
|
||||
PWSTR = LPWSTR;
|
||||
|
||||
PSZ = Pchar;
|
||||
{$ifdef UNICODE}
|
||||
|
Loading…
Reference in New Issue
Block a user