//**********************************************************************
// File name: icwunicd.h
//
//      Commonly used UNICDE definition header.
//
// Copyright (c) 1993-1999 Microsoft Corporation. All rights reserved.
//**********************************************************************
#ifndef _ICWUNICD_H_
#define _ICWUNICD_H_

#ifdef UNICODE
#define REALLY_USE_UNICODE
#endif

#include <tchar.h>   // _tsplitpath, _tmakepath, _ttoi, _itot

#endif // _ICWUNICD_H_