#1753070: Enable that makensis and its related utilities can be built natively for 64-bit systems
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6040 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b402798885
commit
8ab72b9ece
20 changed files with 133 additions and 73 deletions
|
@ -151,7 +151,7 @@ void ctlcolors_writer::write(const ctlcolors *data)
|
|||
m_sink->write_int(data->text);
|
||||
m_sink->write_int(data->bkc);
|
||||
m_sink->write_int(data->lbStyle);
|
||||
m_sink->write_int((int) data->bkb);
|
||||
m_sink->write_int((INT_PTR) data->bkb);
|
||||
m_sink->write_int(data->bkmode);
|
||||
m_sink->write_int(data->flags);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue