mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
7c3e96a26a
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.
4 lines
56 B
CMake
4 lines
56 B
CMake
|
|
add_library(tzlib tzlib.c)
|
|
add_dependencies(tzlib xdk)
|