Skip to content
Snippets Groups Projects
Commit 1d9a0abe authored by Tom Lane's avatar Tom Lane
Browse files

Remove bogus use of PGDLLIMPORT.

That macro should be attached to extern declarations, not actual
definitions of variables.
parent 4a2516a7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment