windows-nt/Source/XPSP1/NT/inetsrv/iis/admin/sitecreator/unicode.h
2020-09-26 16:20:57 +08:00

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