Try to build PDB files even for releases.
[nssm.git] / env.h
1 #ifndef ENV_H\r
2 #define ENV_H\r
3 \r
4 size_t environment_length(TCHAR *);\r
5 TCHAR *copy_environment_block(TCHAR *);\r
6 TCHAR *useful_environment(TCHAR *);\r
7 TCHAR *expand_environment_string(TCHAR *);\r
8 int set_environment_block(TCHAR *);\r
9 int clear_environment();\r
10 int duplicate_environment(TCHAR *);\r
11 int test_environment(TCHAR *);\r
12 void duplicate_environment_strings(TCHAR *);\r
13 TCHAR *copy_environment();\r
14 int append_to_environment_block(TCHAR *, unsigned long, TCHAR *, TCHAR **, unsigned long *);\r
15 int remove_from_environment_block(TCHAR *, unsigned long, TCHAR *, TCHAR **, unsigned long *);\r
16 \r
17 #endif\r