Windows2003-3790/inetcore/connectionwizard/inc/icwunicd.h
2020-09-30 16:53:55 +02:00

18 lines
492 B
C

//**********************************************************************
// 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_