mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +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:
parent
4f3f3a53bc
commit
2bc61e5962
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue