The UltraLite headers that are included in an iOS application have
changed from 12.0.0 to 12.0.1.
My application uses APIs and types that are defined under this
condition: #ifdef UL_WCHAR_API .
However, upgrading the version, and without changing anything else,
UL_WCHAR_API is no longer defined, and the API and type definitions
are no longer accessible. Trying to force the definition creates other
problems such as ambiguous definitions, etc.
Has anyone else had this problem?
Is there anything we can do to safely enable this define?
Running on MacOSX Snow Leopard 10.6.7, XCode 4.0, iOS SDK 4.3
Thank you in advance.