mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 01:56:52 +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
6
base/applications/cmdutils/fc/texta.c
Normal file
6
base/applications/cmdutils/fc/texta.c
Normal file
|
@ -0,0 +1,6 @@
|
|||
#undef UNICODE
|
||||
#undef _UNICODE
|
||||
#ifndef _MBCS
|
||||
#define _MBCS
|
||||
#endif
|
||||
#include "text.h"
|
Loading…
Add table
Add a link
Reference in a new issue