Browse Source

* move PWSTR declaration to unit Windows

git-svn-id: trunk@37358 -
svenbarth 7 years ago
parent
commit
4f39e57f62
2 changed files with 1 additions and 1 deletions
  1. 0 1
      packages/winunits-base/src/winhttp.pp
  2. 1 0
      rtl/win/wininc/base.inc

+ 0 - 1
packages/winunits-base/src/winhttp.pp

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

+ 1 - 0
rtl/win/wininc/base.inc

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