VC6 unicode fixes, NSISException still broken
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6082 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5a5a3a674f
commit
b8f6c16fcd
4 changed files with 31 additions and 3 deletions
|
@ -34,6 +34,8 @@
|
|||
extern int g_dopause;
|
||||
extern void dopause(void);
|
||||
|
||||
extern double my_wtof(const wchar_t *str);
|
||||
|
||||
// Adds the bitmap in filename using resource editor re as id id.
|
||||
// If width or height are specified it will also make sure the bitmap is in that size
|
||||
int update_bitmap(CResourceEditor* re, WORD id, const TCHAR* filename, int width=0, int height=0, int maxbpp=0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue