mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
d2c47132ad
Implement text file comparison by using file mappings (both Unicode and ANSI). CORE-17500
6 lines
88 B
C
6 lines
88 B
C
#undef UNICODE
|
|
#undef _UNICODE
|
|
#ifndef _MBCS
|
|
#define _MBCS
|
|
#endif
|
|
#include "text.h"
|