blob: 2a7c4014c76f0b62f0a95b5d283954671b1de7e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* win_md5.c
* Under Windows I don't love the following /D in makefiles. - inoue
*/
#define MD5_ODBC
#define FRONTEND
/*
* md5.c is the exact copy of the src/backend/libpq/md5.c.
*
* psqlodbc driver stuff never refer(link) to other
* stuff directly.
*
*/
#include "md5.c"
|