@@ -17,24 +17,22 @@ extern "C"
1717{
1818#endif
1919
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 */
3836
3937#ifdef __cplusplus
4038}
0 commit comments