Changes between Initial Version and Version 1 of Ticket #989


Ignore:
Timestamp:
Nov 10, 2009 4:31:24 AM (14 years ago)
Author:
bennylp
Comment:

Fixed in r3002

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  
    33 - pjlib assumes that Win32 can't be Unicode. Setting PJ_NATIVE_STRING_IS_UNICODE to 1 if UNICODE is defined fixes this. 
    44 
    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) 
    66 
    77Thanks Michele Cicciotti for the patch.