<html>
<head>
<base href="https://bugs.documentfoundation.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [EasyHack] Consistently call Unicode Win32 functions, and define UNICODE globally"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=72606#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [EasyHack] Consistently call Unicode Win32 functions, and define UNICODE globally"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=72606">bug 72606</a>
from <span class="vcard"><a class="email" href="mailto:mstahl@redhat.com" title="Michael Stahl <mstahl@redhat.com>"> <span class="fn">Michael Stahl</span></a>
</span></b>
<pre>maybe it would be better to move directly to removing the #ifdef UNICODE
everywhere, e.g. look at this nonsense all over
setup_native/source/win32/customactions/shellextensions/
#ifdef UNICODE
#define _UNICODE
#define _tstring wstring
#else
#define _tstring string
#endif
that requires other headers to be included in a particular order, etc.
just call *W functions and use std::wstring.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>