@@ -17,24 +17,22 @@ extern "C"
17
17
{
18
18
#endif
19
19
20
- DWORD
21
- GetPrivateProfileString (char * theSection , /* section name */
22
- char * theKey , /* search key name */
23
- char * theDefault , /* default value if not
24
- * found */
25
- char * theReturnBuffer , /* return valuse stored
26
- * here */
27
- size_t theBufferLength , /* byte length of return
28
- * buffer */
29
- char * theIniFileName ); /* pathname of ini file
30
- * to search */
31
-
32
- DWORD
33
- WritePrivateProfileString (char * theSection , /* section name */
34
- char * theKey , /* write key name */
35
- char * theBuffer , /* input buffer */
36
- char * theIniFileName ); /* pathname of ini file
37
- * to write */
20
+ DWORD GetPrivateProfileString (char * theSection , /* section name */
21
+ char * theKey , /* search key name */
22
+ char * theDefault , /* default value if not
23
+ * found */
24
+ char * theReturnBuffer , /* return valuse stored
25
+ * here */
26
+ size_t theBufferLength , /* byte length of return
27
+ * buffer */
28
+ char * theIniFileName ); /* pathname of ini file
29
+ * to search */
30
+
31
+ DWORD WritePrivateProfileString (char * theSection , /* section name */
32
+ char * theKey , /* write key name */
33
+ char * theBuffer , /* input buffer */
34
+ char * theIniFileName ); /* pathname of ini file
35
+ * to write */
38
36
39
37
#ifdef __cplusplus
40
38
}
0 commit comments