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:
parent
13aca5dd5d
commit
32c0c61cbd
@ -825,6 +825,8 @@ static void InitToolHelp32()
|
||||
lpfProcess32First = NULL;
|
||||
lpfProcess32Next = NULL;
|
||||
|
||||
#if wxUSE_DYNLIB_CLASS
|
||||
|
||||
wxDynamicLibrary dllKernel(_T("kernel32.dll"), wxDL_VERBATIM);
|
||||
|
||||
// Get procedure addresses.
|
||||
@ -841,6 +843,8 @@ static void InitToolHelp32()
|
||||
|
||||
lpfProcess32Next =
|
||||
(Process32_t)dllKernel.RawGetSymbol(_T("Process32Next"));
|
||||
|
||||
#endif // wxUSE_DYNLIB_CLASS
|
||||
}
|
||||
|
||||
// By John Skiff
|
||||
|
Loading…
Reference in New Issue
Block a user