summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/iodbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/iodbc.h')
-rw-r--r--src/interfaces/odbc/iodbc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/iodbc.h b/src/interfaces/odbc/iodbc.h
index 9d826b3e45..f8e7d248b1 100644
--- a/src/interfaces/odbc/iodbc.h
+++ b/src/interfaces/odbc/iodbc.h
@@ -33,7 +33,7 @@ typedef WORD WPARAM;
typedef DWORD LPARAM;
typedef void *HWND;
typedef int BOOL;
-#endif /* _UNIX_ */
+#endif /* _UNIX_ */
#if defined(WIN32) || defined(WIN32_SYSTEM)
@@ -57,7 +57,7 @@ typedef int BOOL;
#define STRLEN(str) ((str)? _fstrlen((char FAR*)(str)):0)
#define STREQ(a, b) (_fstrcmp((char FAR*)(a), (char FAR*)(b) == 0)
#endif
-#endif /* WIN32 */
+#endif /* WIN32 */
#define SYSERR (-1)