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.
22 lines
493 B
22 lines
493 B
/**********************************************************************/
|
|
/** Microsoft Windows NT **/
|
|
/** Copyright(c) Microsoft Corp., 1995 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
lmuidbcs.h
|
|
|
|
FILE HISTORY:
|
|
JonN 11-Sep-1995 Created
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _LMUIDBCS_H_
|
|
#define _LMUIDBCS_H_
|
|
|
|
BOOL NETUI_IsDBCS();
|
|
|
|
#endif // _LMUIDBCS_H_
|
|
|