Remove bogus use of PGDLLIMPORT.
That macro should be attached to extern declarations, not actual definitions of variables.
This commit is contained in:
parent
4a2516a7f9
commit
1d9a0abec1
@ -123,4 +123,4 @@ int GinFuzzySearchLimit = 0;
|
||||
* Hook on object accesses. This is intended as infrastructure for security
|
||||
* and logging plugins.
|
||||
*/
|
||||
PGDLLIMPORT object_access_hook_type object_access_hook = NULL;
|
||||
object_access_hook_type object_access_hook = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user