diff options
Diffstat (limited to 'ceee/common/install_utils.h')
-rw-r--r-- | ceee/common/install_utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ceee/common/install_utils.h b/ceee/common/install_utils.h index 6871ac4..39c0d48 100644 --- a/ceee/common/install_utils.h +++ b/ceee/common/install_utils.h @@ -30,13 +30,13 @@ namespace ceee_install_utils { -// Returns true if the --enable-ceee flag was passed to the process +// Returns true if the --ceee flag was passed to the process // that loaded this DLL, or if the process loading the DLL is // regsvr32 (i.e. it's a developer that explicitly wants to register). bool ShouldRegisterCeee(); // Returns true if the --enable-ff-ceee flag was passed to the process -// that loaded this DLL in addition to the --enable-ceee flag, or if +// that loaded this DLL in addition to the --ceee flag, or if // the process loading the DLL is regsvr32 (i.e. it's a developer that // explicitly wants to register). bool ShouldRegisterFfCeee(); |