reactos/base/applications/cmdutils/fc/texta.c
Katayama Hirofumi MZ d2c47132ad
[CMDUTILS][FC] Implement text file comparison (#3625)
Implement text file comparison by using file mappings (both Unicode and ANSI). CORE-17500
2021-05-04 18:05:57 +09:00

7 lines
88 B
C

#undef UNICODE
#undef _UNICODE
#ifndef _MBCS
#define _MBCS
#endif
#include "text.h"