summaryrefslogtreecommitdiff
path: root/locks/win32/locks.def
diff options
context:
space:
mode:
Diffstat (limited to 'locks/win32/locks.def')
-rw-r--r--locks/win32/locks.def15
1 files changed, 0 insertions, 15 deletions
diff --git a/locks/win32/locks.def b/locks/win32/locks.def
deleted file mode 100644
index b52c3b18e..000000000
--- a/locks/win32/locks.def
+++ /dev/null
@@ -1,15 +0,0 @@
-; locks.def :
-
-LIBRARY locks
-DESCRIPTION ''
-
-EXPORTS
- ; Add new API calls to the end of this list.
- ap_create_lock @1
- ap_lock @2
- ap_unlock @3
- ap_destroy_lock @4
- ap_child_init_lock @5
- ap_get_lockdata @6
- ap_set_lockdata @7
- ap_get_os_lock @8 \ No newline at end of file