Statistics
| Revision:

root / trunk / install / launcher / izpack-launcher-1.3_windows / src / myIniReader.h @ 11445

History | View | Annotate | Download (245 Bytes)

1 8474 jmvivo
#ifndef MYINIREADER_H
2
#define MYINIREADER_H
3
4
5
6
7
#ifdef __cplusplus
8
extern "C" {
9
#endif
10
11
12
        char* myGetPrivateProfileString(const char* section,const char* key, const char* defaultValue, const char* fileName);
13
14
#ifdef __cplusplus
15
}
16
#endif
17
18
#endif