Statistics
| Revision:

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

History | View | Annotate | Download (245 Bytes)

1
#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