Missing wxUSE_* markup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -825,6 +825,8 @@ static void InitToolHelp32()
|
|||||||
lpfProcess32First = NULL;
|
lpfProcess32First = NULL;
|
||||||
lpfProcess32Next = NULL;
|
lpfProcess32Next = NULL;
|
||||||
|
|
||||||
|
#if wxUSE_DYNLIB_CLASS
|
||||||
|
|
||||||
wxDynamicLibrary dllKernel(_T("kernel32.dll"), wxDL_VERBATIM);
|
wxDynamicLibrary dllKernel(_T("kernel32.dll"), wxDL_VERBATIM);
|
||||||
|
|
||||||
// Get procedure addresses.
|
// Get procedure addresses.
|
||||||
@@ -841,6 +843,8 @@ static void InitToolHelp32()
|
|||||||
|
|
||||||
lpfProcess32Next =
|
lpfProcess32Next =
|
||||||
(Process32_t)dllKernel.RawGetSymbol(_T("Process32Next"));
|
(Process32_t)dllKernel.RawGetSymbol(_T("Process32Next"));
|
||||||
|
|
||||||
|
#endif // wxUSE_DYNLIB_CLASS
|
||||||
}
|
}
|
||||||
|
|
||||||
// By John Skiff
|
// By John Skiff
|
||||||
|
Reference in New Issue
Block a user