Initial Commit

This commit is contained in:
Paul Reeves 2023-01-20 16:15:40 +01:00
parent 90a6bad3ea
commit ee9dbdb7fa
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
;------------------------------------------------------------------------------
; Export symbols
;-----------
EXPORTS
firebird_udr_plugin

View File

@ -0,0 +1,10 @@
###############################################################################
# Export symbols
############
{
global:
firebird_udr_plugin;
local:
*;
};