summaryrefslogtreecommitdiff
path: root/zen/dst_hack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zen/dst_hack.cpp')
-rw-r--r--zen/dst_hack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/dst_hack.cpp b/zen/dst_hack.cpp
index e4f48c2f..ac5774d0 100644
--- a/zen/dst_hack.cpp
+++ b/zen/dst_hack.cpp
@@ -94,7 +94,7 @@ bool dst::isFatDrive(HANDLE hFile) //throw()
LPWSTR lpFileSystemNameBuffer,
DWORD nFileSystemNameSize);
- const DllFun<GetVolumeInformationByHandleWFunc> getVolumeInformationByHandle(L"kernel32.dll", "GetVolumeInformationByHandleW");
+ const SysDllFun<GetVolumeInformationByHandleWFunc> getVolumeInformationByHandle(L"kernel32.dll", "GetVolumeInformationByHandleW");
if (!getVolumeInformationByHandle)
{
assert(false);
bgstack15