summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-31 07:20:33 +0000
committerspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-31 07:20:33 +0000
commit748e7fa666fe1705f8fe31ddd1e6a54893fbb9ad (patch)
tree72a74b7169332b2d05c8e6e66b946888e6ed5fcb /apps
parentf881977daf70e0c8804efa6fe8252802646b1764 (diff)
downloadATCD-748e7fa666fe1705f8fe31ddd1e6a54893fbb9ad.tar.gz
ChangeLogTag: Sun Mar 31 01:18:00 2002 Si Mong Park <spark@ociweb.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/FaCE/CE_ARGV.CPP2
-rw-r--r--apps/FaCE/CE_ARGV.H2
-rw-r--r--apps/FaCE/FaCE.cpp3
-rw-r--r--apps/FaCE/FaCE_OS.h2
-rw-r--r--apps/FaCE/Main.cpp1
5 files changed, 6 insertions, 4 deletions
diff --git a/apps/FaCE/CE_ARGV.CPP b/apps/FaCE/CE_ARGV.CPP
index 6e51ab6f441..6b97a30b640 100644
--- a/apps/FaCE/CE_ARGV.CPP
+++ b/apps/FaCE/CE_ARGV.CPP
@@ -1,6 +1,6 @@
// $Id$
-#include "CE_ARGV.h"
+#include "CE_ARGV.H"
CE_ARGV::CE_ARGV(wchar_t* cmdLine)
diff --git a/apps/FaCE/CE_ARGV.H b/apps/FaCE/CE_ARGV.H
index cb56f7707b2..78e848abae1 100644
--- a/apps/FaCE/CE_ARGV.H
+++ b/apps/FaCE/CE_ARGV.H
@@ -1,7 +1,7 @@
// -*- C++ -*-
//=============================================================================
/**
- * @file CE_ARGV.h
+ * @file CE_ARGV.H
*
* $Id$
*
diff --git a/apps/FaCE/FaCE.cpp b/apps/FaCE/FaCE.cpp
index bc51a590d13..87cadd9a207 100644
--- a/apps/FaCE/FaCE.cpp
+++ b/apps/FaCE/FaCE.cpp
@@ -1,6 +1,5 @@
// $Id$
-
-// FaCE.cpp : Defines the entry point for the application.
+// FUZZ: disable check_for_tchar
#include "FaCE.h"
diff --git a/apps/FaCE/FaCE_OS.h b/apps/FaCE/FaCE_OS.h
index 8502af2a91e..cbb317d7338 100644
--- a/apps/FaCE/FaCE_OS.h
+++ b/apps/FaCE/FaCE_OS.h
@@ -1,4 +1,6 @@
// -*- C++ -*-
+// FUZZ: disable check_for_tchar
+
//=============================================================================
/**
* @file FaCE_OS.h
diff --git a/apps/FaCE/Main.cpp b/apps/FaCE/Main.cpp
index dbe2347a922..440cefd7fa6 100644
--- a/apps/FaCE/Main.cpp
+++ b/apps/FaCE/Main.cpp
@@ -1,4 +1,5 @@
// $Id$
+// FUZZ: disable check_for_tchar
// ************************************************
// ** This file is NOT to be used for framework. **