Added comments, and removed unused #include
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6056 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
637db8940c
commit
36f6645935
4 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include "../Platform.h"
|
||||
#include <shlobj.h>
|
||||
#include <shellapi.h>
|
||||
#include "resource.h"
|
||||
#include "util.h"
|
||||
#include "fileform.h"
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
#include "../Platform.h"
|
||||
#include <shlobj.h>
|
||||
#include <shellapi.h>
|
||||
#include "fileform.h"
|
||||
#include "util.h"
|
||||
#include "state.h"
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
// firstheader (struct firstheader)
|
||||
// * headers (compressed together):
|
||||
// header (struct header - contains pointers to all blocks)
|
||||
// * nsis blocks (described in header->blocks)
|
||||
// pages (struct page)
|
||||
// section headers (struct section)
|
||||
// entries/instructions (struct entry)
|
||||
|
|
|
@ -5252,6 +5252,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
|
|||
}
|
||||
if (which_token == TOK_WRITEREGBIN)
|
||||
{
|
||||
// Jim Park: Keep the data as char / 8 bits
|
||||
char data[3*NSIS_MAX_STRLEN];
|
||||
TCHAR *p=line.gettoken_str(4);
|
||||
int data_len=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue