mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
9 lines
119 B
C
9 lines
119 B
C
|
#ifndef UNICODE
|
||
|
#define UNICODE
|
||
|
#endif
|
||
|
#ifndef _UNICODE
|
||
|
#define _UNICODE
|
||
|
#endif
|
||
|
#undef _MBCS
|
||
|
#include "text.h"
|