You've already forked lazarus-ccr
With FPC >=3.x use the native unicode string manager.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4245 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3,9 +3,14 @@ program wst_test_suite_gui;
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
uses
|
||||
{$IFDEF UNIX}
|
||||
cthreads, cwstring,
|
||||
{$ENDIF}
|
||||
{$IFDEF UNIX}
|
||||
cthreads,
|
||||
{$IF (FPC_VERSION >= 3)}
|
||||
fpwidestring, unicodeducet,
|
||||
{$ELSEIF}
|
||||
cwstring,
|
||||
{$IFEND}
|
||||
{$ENDIF}
|
||||
Interfaces, Forms, GuiTestRunner, TestFormatter_unit, testmetadata_unit,
|
||||
server_service_soap, soap_formatter, base_binary_formatter, base_service_intf,
|
||||
base_soap_formatter, binary_formatter, binary_streamer,
|
||||
|
Reference in New Issue
Block a user