]> granicus.if.org Git - apache/commit
A large refactoring, but no behavior change;
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 2 Mar 2008 23:57:11 +0000 (23:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 2 Mar 2008 23:57:11 +0000 (23:57 +0000)
commit22b889ef926707f2f2ec99e65f4c859d6d648835
tree8795029cdad64b64af8e3ca629cd4b0c404e0876
parent00cd3798d1d2ecf8fdff6274a6ca7f3d004f63f9
A large refactoring, but no behavior change;

replace all relevant ascii strxxx fn's with _tcsxxx macros and encode relevant text
with the _T() macro wrapper, permitting /D UNICODE builds in place of /D _MCBS
builds in use today.  This allows for internationalized unicode service names and
textual modification.  Since this is win32 only, using APR style utf-8-ization is silly.

Because today this module simply isn't loadable on Win95-ME, nobody has actually
complained, and we really have no desire to support such a dangerous OS in the
wild of the internet, the unicode build should become the default.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@632885 13f79535-47bb-0310-9956-ffa450edef68
support/win32/ApacheMonitor.c