my_GlobalAlloc no longer reduces the size
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4256 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d6367e4125
commit
a99b2db925
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@ Converted to a state machine by Amir Szekely
|
|||
/* It can increase speed on some 32-bit CPUs,
|
||||
but memory usage will be doubled in that case */
|
||||
|
||||
#define lzmaalloc my_GlobalAlloc
|
||||
#define lzmaalloc(bytes) GlobalAlloc(GPTR,bytes)
|
||||
#define lzmafree GlobalFree
|
||||
|
||||
/***********************
|
||||
|
|
|
@ -53,7 +53,6 @@ extern char g_log_file[1024];
|
|||
|
||||
HANDLE NSISCALL myCreateProcess(char *cmd, char *dir);
|
||||
int NSISCALL my_MessageBox(const char *text, UINT type);
|
||||
void * NSISCALL my_GlobalAlloc(DWORD dwBytes);
|
||||
|
||||
void NSISCALL myDelete(char *buf, int flags);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue