postgresql.diff

Jan DolinĂ¡r, 01/30/2016 10:46 AM

Download (412 Bytes)

View differences:

uppsrc/PostgreSQL/PostgreSQL.h (working copy)
4 4
#ifndef flagNOPOSTGRESQL
5 5

  
6 6
#include <Sql/Sql.h>
7
#ifdef PLATFORM_WIN32
8 7
#include <libpq-fe.h>
9
#elif defined(PLATFORM_POSIX)
10
#include <postgresql/libpq-fe.h>
11
#endif
12 8

  
13 9
NAMESPACE_UPP
14 10