Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
492 B

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