Workaround a stupid postgresql #define.

[GB.DB.POSTGRESQL]
* BUG: Workaround a stupid postgresql #define.
This commit is contained in:
gambas 2020-07-13 19:03:55 +02:00
parent 95ea5cd72c
commit e6b383cf65

View file

@ -65,6 +65,10 @@
#undef Min
#endif
#ifdef pg_snprintf
#undef pg_snprintf
#endif
#include "gb.db.proto.h"
#include "main.h"