17 lines
258 B
C
17 lines
258 B
C
|
// Copyright (C) 1995-1999 Microsoft Corporation. All rights reserved.
|
||
|
//
|
||
|
// unicode.h
|
||
|
//
|
||
|
// Header file that forcibly turns on a unicode compile
|
||
|
//
|
||
|
|
||
|
#ifndef UNICODE
|
||
|
#define UNICODE
|
||
|
#endif
|
||
|
|
||
|
#ifndef _UNICODE
|
||
|
#define _UNICODE
|
||
|
#endif
|
||
|
|
||
|
#undef MBCS
|
||
|
#undef _MBCS
|