Opened 10 years ago
Last modified 10 years ago
#9429 closed enhancement
No _UNICODE flag in dsp files
Reported by: | troelsk | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Version: | ||
Keywords: | Cc: | troelsk, vadz | |
Blocked By: | Blocking: | ||
Patch: | no |
Description
build/msw/*.dsp:
Some of the dsp files has _UNICODE defined, some hasn't.
This make it cumbersome to switch to ANSI - as you can't switch all wx subprojects to ANSI from inside the IDE in one swoop, because of this inconsistency.
For consistency please consider adding the _UNICODE flag everywhere, or remove it altogether (the wxUSE_UNICODE default in setup_inc.h is doing the job just fine)
Regards
Change History (2)
comment:1 Changed 10 years ago by vadz
comment:2 Changed 10 years ago by sf-robot
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
I think it should be defined everywhere now, where is it missing?
Thanks