|
@@ -2581,7 +2581,7 @@ begin
|
|
|
set_system_macro('FPC_PATCH',patch_nr);
|
|
|
set_system_macro('FPC_FULLVERSION',Format('%d%.02d%.02d',[StrToInt(version_nr),StrToInt(release_nr),StrToInt(patch_nr)]));
|
|
|
|
|
|
- if not(target_info.system in system_windows) then
|
|
|
+ if not(target_info.system in system_all_windows) then
|
|
|
def_system_macro('FPC_WIDESTRING_EQUAL_UNICODESTRING');
|
|
|
|
|
|
for i:=low(tfeature) to high(tfeature) do
|