mirror of
https://github.com/reactos/reactos.git
synced 2024-11-30 23:13:31 +08:00
eb2934df0e
- Initialize hwndMainWindow as it can be used before it is properly initialized with an existing window handle. - Transform ShowLastWin32Error() to a more generic ShowWin32Error(). - Use iswdigit() instead of isdigit(). - Add extra heap buffer cleanup. - Split OpenUserEventLog() in two: OpenUserEventLog() that displays an open-file dialog, and OpenUserEventLogFile() that does the real work of allocating internal structures and opening the log file using the event-log service. We also check that the file really exists before proceeding further. - Force treeview repaint when *children* items are inserted, because otherwise the expand/collapse buttons do not display next to parent items (this problem happens on Windows too). - Reshuffle the resource string IDs. |
||
---|---|---|
.. | ||
applications | ||
services | ||
setup | ||
shell | ||
system | ||
CMakeLists.txt |