diff options
Diffstat (limited to 'src/modules/setup')
| -rw-r--r-- | src/modules/setup/libkvisetup.cpp | 2 | ||||
| -rw-r--r-- | src/modules/setup/setupwizard.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/setup/libkvisetup.cpp b/src/modules/setup/libkvisetup.cpp index 22b08e329..ec01aba18 100644 --- a/src/modules/setup/libkvisetup.cpp +++ b/src/modules/setup/libkvisetup.cpp @@ -148,7 +148,7 @@ KVIRC_MODULE( "4.0.0", "Szymon Stefanek <pragma at kvirc dot net>", "First-time-run setup wizard", - setup_module_init , + setup_module_init, setup_module_can_unload, 0, setup_module_cleanup, diff --git a/src/modules/setup/setupwizard.cpp b/src/modules/setup/setupwizard.cpp index cf109ef3c..7f383d6c2 100644 --- a/src/modules/setup/setupwizard.cpp +++ b/src/modules/setup/setupwizard.cpp @@ -50,7 +50,7 @@ bool g_bFoundMirc; #if defined(COMPILE_ON_WINDOWS) || defined(COMPILE_ON_MINGW) #include <windows.h> #include <winnls.h> // for MultiByteToWideChar - #include <objbase.h> // CoCreateInstance , CoInitialize & CO. + #include <objbase.h> // CoCreateInstance, CoInitialize & CO. #include <shlobj.h> // IShellLink IPersistFile & CO. #else #include <unistd.h> // for symlink() @@ -796,7 +796,7 @@ void KviSetupWizard::makeLink() // You need this horrible snippet of code to create a shortcut!!!! // // you have to: - // - dig in the registry , + // - dig in the registry, // - trigger the entire COM subsystem // - bring up a couple of OLE interfaces.... // - use some obscure functions like MultiByteToWideChar @@ -840,7 +840,7 @@ void KviSetupWizard::makeLink() if(CoCreateInstance(CLSID_ShellLink,NULL,CLSCTX_INPROC_SERVER, IID_IShellLink,(void **)&psl) == S_OK) { - // just for fun , lookup another shell interface + // just for fun, lookup another shell interface IPersistFile* ppf; |
