|
@@ -154,7 +154,7 @@ unit i_win;
|
|
|
flags : [tf_files_case_aware,tf_use_function_relative_addresses,tf_winlikewidestring,tf_smartlink_sections];
|
|
|
cpu : cpu_arm;
|
|
|
unit_env : '';
|
|
|
- extradefines : 'UNDER_CE;WINDOWS';
|
|
|
+ extradefines : 'UNDER_CE;WINDOWS;UNICODE';
|
|
|
exeext : '.exe';
|
|
|
defext : '.def';
|
|
|
scriptext : '.bat';
|
|
@@ -213,7 +213,7 @@ unit i_win;
|
|
|
flags : [tf_files_case_aware,tf_has_dllscanner,tf_use_function_relative_addresses,tf_winlikewidestring];
|
|
|
cpu : cpu_i386;
|
|
|
unit_env : '';
|
|
|
- extradefines : 'UNDER_CE;WINDOWS';
|
|
|
+ extradefines : 'UNDER_CE;WINDOWS;UNICODE';
|
|
|
exeext : '.exe';
|
|
|
defext : '.def';
|
|
|
scriptext : '.bat';
|