[CONSOLE.CPL]: Minor code refactoring:
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 3 May 2017 20:35:12 +0000 (20:35 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 3 May 2017 20:35:12 +0000 (20:35 +0000)
commit74f6803499cf42eff0d58c4f703738896aa768ad
tree3e844b7a301ee2596f991da8271bf83d210b8e4d
parentbc1e2dbb92340b89ed043545ff761f75ea013301
[CONSOLE.CPL]: Minor code refactoring:
- Move the bisection functions into their own source file, and make them a bit more general so that they can be used on other types of list structures than win32 combo-boxes.
- Adjust the code in options.c to reflect those changes.

svn path=/trunk/; revision=74466
reactos/dll/cpl/console/CMakeLists.txt
reactos/dll/cpl/console/console.h
reactos/dll/cpl/console/options.c
reactos/dll/cpl/console/utils.c [new file with mode: 0644]