[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:
Katayama Hirofumi MZ 2021-05-04 18:05:57 +09:00 committed by GitHub
parent 5dd93a8a5b
commit d2c47132ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 913 additions and 211 deletions

View file

@ -0,0 +1,8 @@
#ifndef UNICODE
#define UNICODE
#endif
#ifndef _UNICODE
#define _UNICODE
#endif
#undef _MBCS
#include "text.h"