diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-08 08:48:59 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-08 19:06:48 +0100 |
commit | 842bfb16f710a624eb48294e5410e9944160c70d (patch) | |
tree | 7c85ef2417a993c608585948eab1a4e7faeb4b1b /setup_native | |
parent | b0c96965cfc02d2beb062158483079a2e746474f (diff) |
Remove useless comments in components.
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/reg64/reg64.cxx | 4 | ||||
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/shellextensions.cxx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/setup_native/source/win32/customactions/reg64/reg64.cxx b/setup_native/source/win32/customactions/reg64/reg64.cxx index c4bf4f5aefe4..7490a153fac4 100644 --- a/setup_native/source/win32/customactions/reg64/reg64.cxx +++ b/setup_native/source/win32/customactions/reg64/reg64.cxx @@ -41,12 +41,12 @@ #include <malloc.h> #include <strsafe.h> -// 10.11.2009 tkr: MinGW doesn't know anything about RegDeleteKeyExW if WINVER < 0x0502. +// MinGW doesn't know anything about RegDeleteKeyExW if WINVER < 0x0502. extern "C" { WINADVAPI LONG WINAPI RegDeleteKeyExW(HKEY,LPCWSTR,REGSAM,DWORD); } -// 06.11.2009 tkr: to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY +// to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY // in mingw 3.13 KEY_WOW64_64KEY isn't available < Win2003 systems. // Also defined in setup_native\source\win32\customactions\reg64\reg64.cxx,source\win32\customactions\shellextensions\shellextensions.cxx and // extensions\source\activex\main\so_activex.cpp diff --git a/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx b/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx index c26b0ca0d0c2..01f0b306b3b4 100644 --- a/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx +++ b/setup_native/source/win32/customactions/shellextensions/shellextensions.cxx @@ -144,7 +144,7 @@ extern "C" UINT __stdcall InstallExecSequenceEntry(MSIHANDLE hMSI) HKEY hKey; -// 06.11.2009 tkr: to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY +// to provide windows xp as build systems for mingw we need to define KEY_WOW64_64KEY // in mingw 3.13 KEY_WOW64_64KEY isn't available < Win2003 systems. // Also defined in setup_native\source\win32\customactions\reg64\reg64.cxx,source\win32\customactions\shellextensions\shellextensions.cxx and // extensions\source\activex\main\so_activex.cpp |