2025-04-27 07:49:33 -04:00

17 lines
274 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