summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/gpps.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/gpps.h')
-rw-r--r--src/interfaces/odbc/gpps.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/interfaces/odbc/gpps.h b/src/interfaces/odbc/gpps.h
index f44a266f39..eb1b155c8a 100644
--- a/src/interfaces/odbc/gpps.h
+++ b/src/interfaces/odbc/gpps.h
@@ -18,7 +18,7 @@ extern "C"
{
#endif
- DWORD
+ DWORD
GetPrivateProfileString(const char *theSection, /* section name */
const char *theKey, /* search key name */
const char *theDefault, /* default value if not
@@ -30,7 +30,7 @@ extern "C"
const char *theIniFileName); /* pathname of ini file
* to search */
- DWORD
+ DWORD
WritePrivateProfileString(const char *theSection, /* section name */
const char *theKey, /* write key name */
const char *theBuffer, /* input buffer */
@@ -44,4 +44,5 @@ extern "C"
#ifndef WIN32
#undef DWORD
#endif
+
#endif