Explorar o código

+ bug report 1808 test

pierre %!s(int64=23) %!d(string=hai) anos
pai
achega
db5fa9b29d
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      tests/webtbs/tw1808.pp

+ 14 - 0
tests/webtbs/tw1808.pp

@@ -0,0 +1,14 @@
+{$ifdef win32}
+uses
+  windows;
+{$endif win32}
+
+var
+  x : DWORD;
+begin
+{$ifdef win32}
+  x:=CommDlgExtendedError;
+{$else not win32}
+  x:=0;
+{$endif win32}
+end.