-get rid of DS_SHELLFONT when set as EXSTYLE, it is a STYLE flag

See issue #2289 for more details.

svn path=/trunk/; revision=27703
This commit is contained in:
Christoph von Wittich 2007-07-16 22:56:04 +00:00
parent 4f3f3a53bc
commit 2bc61e5962

View file

@ -611,7 +611,7 @@ static LPCSTR DIALOG_ParseTemplate32( LPCSTR template, DLG_TEMPLATE * result )
}
/* First control is on dword boundary */
return (LPCSTR)((((int)p) + 3) & ~3);
return (LPCSTR)((((UINT_PTR)p) + 3) & ~3);
}
/***********************************************************************