diff options
Diffstat (limited to 'src/interfaces/libpgtcl/libpgtcl.def')
-rw-r--r-- | src/interfaces/libpgtcl/libpgtcl.def | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/interfaces/libpgtcl/libpgtcl.def b/src/interfaces/libpgtcl/libpgtcl.def deleted file mode 100644 index c4b45f2b617..00000000000 --- a/src/interfaces/libpgtcl/libpgtcl.def +++ /dev/null @@ -1,8 +0,0 @@ -;libpgtcl.def
-; The LIBRARY entry must be same as the name of your DLL, the name of
-; our DLL is libpgtcl.dll
-LIBRARY libpgtcl
-EXPORTS
-
- Pgtcl_Init
- Pgtcl_SafeInit
|