1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-24 00:23:06 +03:00

1) Fix compile errors on Windows.

2) Change *Common* --> *Default*.
This commit is contained in:
Hiroshi Inoue
2001-09-24 00:05:59 +00:00
parent c0a9283742
commit 2df4087a70
6 changed files with 26 additions and 9 deletions

View File

@@ -26,11 +26,10 @@
*-------
*/
#include "psqlodbc.h"
#ifdef WIN32
#undef ODBCVER
#define ODBCVER 0x3000
#define ODBCVER_REP 0x3000
#endif
#include "psqlodbc.h"
#include <stdio.h>
#include <string.h>