mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[CRT]
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:
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcscat.h"
|
||||
#include "tcscat.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcschr.h"
|
||||
#include "tcschr.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcscmp.h"
|
||||
#include "tcscmp.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcscpy.h"
|
||||
#include "tcscpy.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcslen.h"
|
||||
#include "tcslen.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcsncat.h"
|
||||
#include "tcsncat.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcsncmp.h"
|
||||
#include "tcsncmp.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcsncpy.h"
|
||||
#include "tcsncpy.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcsnlen.h"
|
||||
#include "tcsnlen.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* $Id$
|
||||
*/
|
||||
|
||||
#include "tcsrchr.h"
|
||||
#include "tcsrchr.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcscat.h"
|
||||
#include "tcscat.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcschr.h"
|
||||
#include "tcschr.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcscmp.h"
|
||||
#include "tcscmp.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcscpy.h"
|
||||
#include "tcscpy.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcslen.h"
|
||||
#include "tcslen.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcsncat.h"
|
||||
#include "tcsncat.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcsncmp.h"
|
||||
#include "tcsncmp.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcsncpy.h"
|
||||
#include "tcsncpy.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcsnlen.h"
|
||||
#include "tcsnlen.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
@@ -2,6 +2,6 @@
|
||||
*/
|
||||
|
||||
#define _UNICODE
|
||||
#include "tcsrchr.h"
|
||||
#include "tcsrchr.inc"
|
||||
|
||||
/* EOF */
|
||||
|
||||
Reference in New Issue
Block a user