Skip to content

Commit d3b5366

Browse files
author
Tanya Gupta
committed
using PGDLLIMPORT instead of PGDLLEXPORT
Signed-off-by: Tanya Gupta <[email protected]>
1 parent 8bbb6d8 commit d3b5366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/parser/parse_type.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ extern PGDLLEXPORT handle_default_collation_hook_type handle_default_collation_h
7878
* like smallmoney/money and UDTs created on them.
7979
*/
8080
typedef Oid (*get_domain_typmodin_hook_type) (Type typ);
81-
extern PGDLLEXPORT get_domain_typmodin_hook_type get_domain_typmodin_hook;
81+
extern PGDLLIMPORT get_domain_typmodin_hook_type get_domain_typmodin_hook;
8282

8383
#endif /* PARSE_TYPE_H */

0 commit comments

Comments
 (0)