mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
-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:
@@ -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);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
||||
Reference in New Issue
Block a user