Message78739
Every function of the Windows API comes in pair: an Ansi function (which
accepts char* names) and a Wide function (which accepts wchar_t* names;
Py_UNICODE* can be passed as-is)
Don't perform conversion on Windows, just call the proper function. |
|
| Date |
User |
Action |
Args |
| 2009-01-01 23:44:20 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, loewis, pitrou, vstinner |
| 2009-01-01 23:44:20 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2009-01-01 23:44:19 | amaury.forgeotdarc | link | issue4035 messages |
| 2009-01-01 23:44:19 | amaury.forgeotdarc | create | |
|