summaryrefslogtreecommitdiff
path: root/plugins/WhoUsesMyFiles/src/wumf.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-12-22 14:35:27 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-12-22 14:35:27 +0000
commitbdf88550d1e2807a9c719259385917ba3d0dd91e (patch)
tree81f29fadd86ae85e0bee1427b3c43081d4b903ae /plugins/WhoUsesMyFiles/src/wumf.h
parent29f62500c6b297dae647c75d62fdb0b9f9c7de85 (diff)
WUMF to use the kernel logger instead of reinventing the wheel
git-svn-id: http://svn.miranda-ng.org/main/trunk@11581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhoUsesMyFiles/src/wumf.h')
-rw-r--r--plugins/WhoUsesMyFiles/src/wumf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhoUsesMyFiles/src/wumf.h b/plugins/WhoUsesMyFiles/src/wumf.h
index 104e6d50a2..e0707f8481 100644
--- a/plugins/WhoUsesMyFiles/src/wumf.h
+++ b/plugins/WhoUsesMyFiles/src/wumf.h
@@ -114,7 +114,7 @@ BOOL del_marked(PWumf* l);
extern WUMF_OPTIONS WumfOptions;
extern HINSTANCE hInst;
-extern HANDLE hLog;
+extern HANDLE hLogger;
static HANDLE hWumfBut;
extern PWumf list;