diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-31 08:28:20 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-01-31 08:28:20 +0000 |
commit | fc0428de31bc9d65174f4e5c9b5864ade1cc3f44 (patch) | |
tree | b9e21617e2909bd5e1521a3160f4990b9a863e5e /apps | |
parent | 19f358bbcc78ba4c57fa6370834dcbf416240ebf (diff) | |
download | ATCD-fc0428de31bc9d65174f4e5c9b5864ade1cc3f44.tar.gz |
ChangeLogTag: Mon Jan 31 08:18:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS/clients/Caching/http_client.cpp | 2 | ||||
-rw-r--r-- | apps/mkcsregdb/mkcsregdb.mpc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/apps/JAWS/clients/Caching/http_client.cpp b/apps/JAWS/clients/Caching/http_client.cpp index 66fb2e09887..f0bb20b6d56 100644 --- a/apps/JAWS/clients/Caching/http_client.cpp +++ b/apps/JAWS/clients/Caching/http_client.cpp @@ -25,7 +25,7 @@ ACE_RCSID(Caching, http_client, "$Id$") int -main (int, char *[]) +ACE_TMAIN (int, ACE_TCHAR *[]) { // Present a command line. // * Accept a URL. diff --git a/apps/mkcsregdb/mkcsregdb.mpc b/apps/mkcsregdb/mkcsregdb.mpc index 529916cb54c..3dea8f982e5 100644 --- a/apps/mkcsregdb/mkcsregdb.mpc +++ b/apps/mkcsregdb/mkcsregdb.mpc @@ -2,4 +2,5 @@ // $Id$ project: aceexe { + avoids += uses_wchar } |