summaryrefslogtreecommitdiff
path: root/plugins/WhoUsesMyFiles/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/WhoUsesMyFiles/src/stdafx.h')
-rw-r--r--plugins/WhoUsesMyFiles/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/WhoUsesMyFiles/src/stdafx.h b/plugins/WhoUsesMyFiles/src/stdafx.h
index 1369af3336..66c4fc31fa 100644
--- a/plugins/WhoUsesMyFiles/src/stdafx.h
+++ b/plugins/WhoUsesMyFiles/src/stdafx.h
@@ -70,13 +70,13 @@ struct WUMF_OPTIONS
COLORREF ColorText;
COLORREF ColorBack;
- TCHAR LogFile[255];
+ wchar_t LogFile[255];
};
struct Wumf
{
DWORD dwID;
- TCHAR szID[10], szPerm[10];
+ wchar_t szID[10], szPerm[10];
LPTSTR szUser;
LPTSTR szPath;
LPTSTR szComp;