- <if cond="UNICODE=='0' and BUILD=='debug'">_d</if>
- <if cond="UNICODE=='1' and BUILD=='release'">_u</if>
- <if cond="UNICODE=='1' and BUILD=='debug'">_ud</if>
+ <if cond="UNICODE=='0' and BUILD=='debug'">d</if>
+ <if cond="UNICODE=='1' and BUILD=='release'">u</if>
+ <if cond="UNICODE=='1' and BUILD=='debug'">ud</if>