Revert "Load plugins only from global plugin directory on Windows."
This reverts commit 44c8efc115.
This commit is contained in:
parent
ea63917d0e
commit
d46b3431b4
1 changed files with 0 additions and 4 deletions
|
|
@ -21381,11 +21381,7 @@ static void load_magic_plugins(void)
|
|||
num_magics[i] = 0;
|
||||
num_magics_total = 0;
|
||||
|
||||
#ifdef WIN32
|
||||
for (plc = 0; plc < MAGIC_PLACE_LOCAL; plc++)
|
||||
#else
|
||||
for (plc = 0; plc < NUM_MAGIC_PLACES; plc++)
|
||||
#endif
|
||||
{
|
||||
if (plc == MAGIC_PLACE_GLOBAL)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue