Always use wxDynamicLibrary in wxMSW and remove checks for it
Force wxUSE_DYNLIB_CLASS to be 1 when using wxMSW and remove checks for it being 0 from the code. No real changes.
This commit is contained in:
parent
0473e6ba6b
commit
c2f3a3db01
30 changed files with 47 additions and 226 deletions
|
|
@ -488,9 +488,11 @@
|
|||
#define wxUSE_DIALUP_MANAGER 1
|
||||
|
||||
// Compile in classes for run-time DLL loading and function calling.
|
||||
// Required by wxUSE_DIALUP_MANAGER.
|
||||
//
|
||||
// This setting is for Win32 only
|
||||
// This is required by wxMSW implementation and so is always enabled there,
|
||||
// regardless of the value here. For the other ports this option can be
|
||||
// disabled to save a tiny amount of code, but there is typically no reason to
|
||||
// do it.
|
||||
//
|
||||
// Default is 1.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue