Changes between Initial Version and Version 1 of Ticket #989
- Timestamp:
- Nov 10, 2009 4:31:24 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #989
- Property Status changed from new to closed
- Property Resolution changed from to fixed
-
Ticket #989 – Description
initial v1 3 3 - pjlib assumes that Win32 can't be Unicode. Setting PJ_NATIVE_STRING_IS_UNICODE to 1 if UNICODE is defined fixes this. 4 4 5 - GetProcAddress always takes a char *, even if UNICODE is defined, so use char * instead of pj_char_t * (and accordingly omit PJ_T on string literals)5 - !GetProcAddress always takes a char *, even if UNICODE is defined, so use char * instead of pj_char_t * (and accordingly omit PJ_T on string literals) 6 6 7 7 Thanks Michele Cicciotti for the patch.