mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[TIMEDATE.CPL][SYSSETUP][TZLIB] Introduce a small static library "tzlib": "TimeZone Utilities Library", and use it in timedate.cpl and syssetup.dll.
This small win32 library provides time-zone utility wrappers around Win32 functions, that are used by different ReactOS modules such as timedate.cpl, syssetup.dll, and a possible future 'tzutil' tool. The code has been extracted from the common code found in both timedate.cpl and syssetup.dll.
This commit is contained in:
parent
87f6c82d85
commit
7c3e96a26a
9 changed files with 605 additions and 539 deletions
3
sdk/lib/tzlib/CMakeLists.txt
Normal file
3
sdk/lib/tzlib/CMakeLists.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
add_library(tzlib tzlib.c)
|
||||
add_dependencies(tzlib xdk)
|
Loading…
Add table
Add a link
Reference in a new issue