mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 23:32:59 +00:00
[CMDUTILS][FC] Implement text file comparison (#3625)
Implement text file comparison by using file mappings (both Unicode and ANSI). CORE-17500
This commit is contained in:
parent
5dd93a8a5b
commit
d2c47132ad
6 changed files with 913 additions and 211 deletions
8
base/applications/cmdutils/fc/textw.c
Normal file
8
base/applications/cmdutils/fc/textw.c
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef UNICODE
|
||||
#define UNICODE
|
||||
#endif
|
||||
#ifndef _UNICODE
|
||||
#define _UNICODE
|
||||
#endif
|
||||
#undef _MBCS
|
||||
#include "text.h"
|
Loading…
Add table
Add a link
Reference in a new issue