瀏覽代碼

Merge branch 'develop'

Exilon 5 年之前
父節點
當前提交
c8625edf64
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Quick.Commons.pas

+ 2 - 2
Quick.Commons.pas

@@ -7,7 +7,7 @@
   Author      : Kike Pérez
   Version     : 1.9
   Created     : 14/07/2017
-  Modified    : 12/01/2020
+  Modified    : 16/01/2020
 
   This file is part of QuickLib: https://github.com/exilon/QuickLib
 
@@ -855,7 +855,7 @@ function GetLoggedUserName : string;
     {$IFNDEF NEXTGEN}
     plogin : PAnsiChar;
     {$ELSE}
-    plogin : string;
+    plogin : MarshaledAString;
     {$ENDIF}
   begin
     {$IFDEF POSIX}