reactos/base/applications/osk
Bișoc George 84e162e669 [OSK] General refactoring
- Replace the existing header files in favour to a pre-compiled header instead. Furthermore, move all the function prototypes in the pre-compiled header.
- As per the prototype definitions, LoadDataFromRegistry() and SaveDataToRegistry() mustn't accept any number of parameters.
- Rename rsrc.rc to osk.rc (main resource file) as most of user-mode applications name have their main resource as the same application's name anyways.
- When querying and saving the data to registry, use only one value, greatly reducing the bloat of variables (as per the Hermes Belusca's request on #1729 PR).
- Update the header description reflecting the official ReactOS Coding style guidelines.
2019-08-15 20:35:17 +02:00
..
lang [OSK] Romanian translation update (#1820) 2019-08-12 20:58:39 +02:00
res [OSK] Implement "Use Click Sound" feature 2019-03-01 00:13:47 +01:00
CMakeLists.txt [OSK] General refactoring 2019-08-15 20:35:17 +02:00
main.c [OSK] General refactoring 2019-08-15 20:35:17 +02:00
osk.rc [OSK] General refactoring 2019-08-15 20:35:17 +02:00
osk_res.h [OSK] General refactoring 2019-08-15 20:35:17 +02:00
precomp.h [OSK] General refactoring 2019-08-15 20:35:17 +02:00
settings.c [OSK] General refactoring 2019-08-15 20:35:17 +02:00