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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user