mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 17:08:01 +02:00
Restore removed ifdef UNIX around iosxwstr/cwstring unit loading
git-svn-id: trunk@38763 -
This commit is contained in:
parent
bf7cba67e0
commit
ab7fb33d67
@ -11,7 +11,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -41,7 +41,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -13,7 +13,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -11,7 +11,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -11,7 +11,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -9,7 +9,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -9,7 +9,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -17,7 +17,9 @@ uses
|
||||
cthreads,
|
||||
{$endif}
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -12,7 +12,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -11,7 +11,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -11,7 +11,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -13,7 +13,9 @@ program fpctest4;
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -12,7 +12,9 @@
|
||||
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -19,7 +19,9 @@ program test;
|
||||
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -13,7 +13,9 @@
|
||||
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -12,7 +12,9 @@ program comparetext;
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -20,7 +20,9 @@ uses
|
||||
{$endif}
|
||||
{$endif}
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -9,8 +9,10 @@ program concatenate_resourestrings_delphiunicode;
|
||||
{$endif}
|
||||
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef unix}
|
||||
uses
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif};
|
||||
{$endif unix}
|
||||
{$else USE_INTERNAL_UNICODE}
|
||||
uses
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
|
@ -11,7 +11,9 @@ program TestStrIComp;
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -12,7 +12,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -11,7 +11,9 @@ program tw4080;
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -15,7 +15,9 @@ uses
|
||||
cthreads,
|
||||
{$endif unix}
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -11,7 +11,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -11,7 +11,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
@ -9,7 +9,9 @@
|
||||
{$endif}
|
||||
uses
|
||||
{$ifndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$ifdef unix}
|
||||
{$ifdef darwin}iosxwstr{$else}cwstring{$endif},
|
||||
{$endif unix}
|
||||
{$endif ndef USE_INTERNAL_UNICODE}
|
||||
{$ifdef USE_FPWIDESTRING_UNIT}
|
||||
fpwidestring,
|
||||
|
Loading…
Reference in New Issue
Block a user