diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-01-08 21:16:45 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:28 +0200 |
commit | d94a06a873e7e081cacaf918fa49ef61ef560804 (patch) | |
tree | d374df565a264cdd9e42ee2d9657a99f85ff1ee3 /onlineupdate | |
parent | e0c4c7337debe586146d49fad2e255e601e2e3c9 (diff) |
add more TODO comments
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/source/update/updater/loaddlls.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/source/update/updater/loaddlls.cxx b/onlineupdate/source/update/updater/loaddlls.cxx index 246d9f86bf79..6a0c8a61ee91 100644 --- a/onlineupdate/source/update/updater/loaddlls.cxx +++ b/onlineupdate/source/update/updater/loaddlls.cxx @@ -36,6 +36,7 @@ struct AutoLoadSystemDependencies } } + // TODO: moggi: do we need all that code? // When SetDefaultDllDirectories is not available, fallback to preloading // dlls. The order that these are loaded does not matter since they are // loaded using the LOAD_WITH_ALTERED_SEARCH_PATH flag. |