Update check uses IE's proxy settings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1435 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7e2b0ca40e
commit
68f61cc7f1
5 changed files with 57 additions and 8 deletions
|
@ -23,6 +23,7 @@
|
|||
#define NOCLIB_H
|
||||
|
||||
// kickik's clib methods
|
||||
char *my_strstr(char *i, char *s);
|
||||
char *my_strrchr(const char *string, int c);
|
||||
void *my_memset(void *dest, int c, size_t count);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue