CHM documentation generates using Halibut. Thanks Nike!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3090 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
43bd7d565f
commit
2cb320edb5
24 changed files with 268 additions and 57 deletions
|
@ -5,6 +5,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include "halibut.h"
|
||||
|
||||
/*
|
||||
|
@ -20,7 +21,7 @@ static void do_error(int code, va_list ap)
|
|||
char *sp, *sp2;
|
||||
wchar_t *wsp;
|
||||
filepos fpos, fpos2;
|
||||
int flags;
|
||||
int flags=0;
|
||||
|
||||
switch (code)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue