13 lines
452 B
C++
13 lines
452 B
C++
|
//////////////////////////////////////////////////////////////////////
|
||
|
// Implementaion of WC to MBCS and MBCS to WC routines that do the
|
||
|
// right thing if compiled non-UNICODE or UNICODE.
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#include "stdafx.h"
|
||
|
#include "t_string.h"
|
||
|
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|