mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[PowerRename] Set RegEx engine default flags to 0 (#15865)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
#include "PowerRenameInterfaces.h"
|
||||
|
||||
#define DEFAULT_FLAGS MatchAllOccurences
|
||||
#define DEFAULT_FLAGS 0
|
||||
|
||||
class CPowerRenameRegEx : public IPowerRenameRegEx
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user