summaryrefslogtreecommitdiff
path: root/zen/FindFilePlus/load_dll.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/FindFilePlus/load_dll.h')
-rw-r--r--zen/FindFilePlus/load_dll.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/zen/FindFilePlus/load_dll.h b/zen/FindFilePlus/load_dll.h
index 350de9f8..24ce7174 100644
--- a/zen/FindFilePlus/load_dll.h
+++ b/zen/FindFilePlus/load_dll.h
@@ -39,7 +39,6 @@ private:
-
void* /*FARPROC*/ loadSymbol(const wchar_t* libraryName, const char* functionName);
}
bgstack15