windows-nt/Source/XPSP1/NT/inetsrv/iis/admin/sitecreator/unicode.h

17 lines
258 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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