Wrong casts being used

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
parent ac27ba4ac5
commit 5ebf8feb5b

View File

@ -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 ) {