Caused outside contributor to be unable to build
This commit is contained in:
mkaply%us.ibm.com 2000-10-31 15:55:46 +00:00
Родитель ac27ba4ac5
Коммит 5ebf8feb5b
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2235,9 +2235,9 @@ CreateDirectoryA( PSZ resolvedPath, PEAOP2 ppEABuf)
static int isleadbyte(int c)
{
static BOOL bDBCSFilled=FALSE;
static BYTE DBCSInfo[12] = { 0 }; /* According to the Control Program Guide&Ref,
static CHAR DBCSInfo[12] = { 0 }; /* According to the Control Program Guide&Ref,
12 bytes is sufficient */
BYTE *curr;
CHAR *curr;
BOOL retval = FALSE;
if( !bDBCSFilled ) {