Skip to content

Commit

Permalink
Add missing PGDLLEXPORT to _PG_init
Browse files Browse the repository at this point in the history
  • Loading branch information
mlt committed Jan 14, 2016
1 parent 93dc8bb commit 1bceedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporal_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

PG_MODULE_MAGIC;

void _PG_init(void);
PGDLLEXPORT void _PG_init(void);

static void temporal_tables_xact_callback(XactEvent event,
void *arg);
Expand Down

0 comments on commit 1bceedf

Please sign in to comment.