aboutsummaryrefslogtreecommitdiff
path: root/win32/examples/dll.def
diff options
context:
space:
mode:
Diffstat (limited to 'win32/examples/dll.def')
-rw-r--r--win32/examples/dll.def6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/examples/dll.def b/win32/examples/dll.def
deleted file mode 100644
index a14d7f1..0000000
--- a/win32/examples/dll.def
+++ /dev/null
@@ -1,6 +0,0 @@
-; Windows DLL example - export definition for the DLL
-
-LIBRARY dll.dll
-
-EXPORTS
-HelloWorld