diff options
Diffstat (limited to 'shared/dll_loader.h')
-rw-r--r-- | shared/dll_loader.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/dll_loader.h b/shared/dll_loader.h index 3efb0d96..252e7598 100644 --- a/shared/dll_loader.h +++ b/shared/dll_loader.h @@ -3,7 +3,7 @@ // * GNU General Public License: http://www.gnu.org/licenses/gpl.html * // * Copyright (C) 2008-2011 ZenJu (zhnmju123 AT gmx.de) * // ************************************************************************** -// + #ifndef DLLLOADER_H_INCLUDED #define DLLLOADER_H_INCLUDED @@ -23,7 +23,7 @@ namespace util /* load function from a DLL library, e.g. from kernel32.dll -NOTE: you're allowed to take a static reference to the return value to optimize performance! :) +NOTE: you're allowed to take a static reference to the return value! :) */ template <typename FunctionType> FunctionType getDllFun(const std::wstring& libraryName, const std::string& functionName); |