merged from PIEPIEPIE branch:
- min/max macros removed - Plugins refactored - more functions in util.{h,cpp} git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4232 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b33965c87d
commit
57ad3c18b3
12 changed files with 300 additions and 311 deletions
|
@ -8,8 +8,6 @@
|
|||
|
||||
#include <stdexcept>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#include "exehead/resource.h"
|
||||
#include "ResourceEditor.h"
|
||||
#include "DialogTemplate.h"
|
||||
|
@ -31,6 +29,8 @@ using namespace std;
|
|||
return rc; \
|
||||
} while (false)
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace { // begin anonymous namespace
|
||||
|
||||
bool isSimpleChar(char ch)
|
||||
|
@ -3154,7 +3154,7 @@ void CEXEBuild::build_plugin_table(void)
|
|||
{
|
||||
sprintf(searchPath,"%s" PLATFORM_PATH_SEPARATOR_STR "Plugins",nsisdir);
|
||||
INFO_MSG("Processing plugin dlls: \"%s" PLATFORM_PATH_SEPARATOR_STR "*.dll\"\n",searchPath);
|
||||
m_plugins.FindCommands(searchPath,display_info?true:false);
|
||||
m_plugins.FindCommands(searchPath, display_info);
|
||||
INFO_MSG("\n");
|
||||
delete[] searchPath;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue