Rename a number of .h files that contain assembly code into .inc to better reflect their purpose

svn path=/branches/cmake-bringup/; revision=49566
This commit is contained in:
Timo Kreuzer 2010-11-11 17:10:09 +00:00
parent 6b0b6cb78f
commit ab465e66e3
31 changed files with 20 additions and 20 deletions

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcscat.h" #include "tcscat.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcschr.h" #include "tcschr.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcscmp.h" #include "tcscmp.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcscpy.h" #include "tcscpy.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcslen.h" #include "tcslen.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcsncat.h" #include "tcsncat.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcsncmp.h" #include "tcsncmp.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcsncpy.h" #include "tcsncpy.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcsnlen.h" #include "tcsnlen.inc"
/* EOF */ /* EOF */

View file

@ -1,6 +1,6 @@
/* $Id$ /* $Id$
*/ */
#include "tcsrchr.h" #include "tcsrchr.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcscat.h" #include "tcscat.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcschr.h" #include "tcschr.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcscmp.h" #include "tcscmp.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcscpy.h" #include "tcscpy.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcslen.h" #include "tcslen.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcsncat.h" #include "tcsncat.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcsncmp.h" #include "tcsncmp.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcsncpy.h" #include "tcsncpy.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcsnlen.h" #include "tcsnlen.inc"
/* EOF */ /* EOF */

View file

@ -2,6 +2,6 @@
*/ */
#define _UNICODE #define _UNICODE
#include "tcsrchr.h" #include "tcsrchr.inc"
/* EOF */ /* EOF */