mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:47:35 +00:00
AK: Add conversion functions for packed DOS time format
This also adjusts the FATFS code to use the new functions and removes the now redundant old conversion functions.
This commit is contained in:
parent
7e915b145b
commit
361df6eff8
7 changed files with 98 additions and 39 deletions
|
@ -480,6 +480,7 @@ elseif("${SERENITY_ARCH}" STREQUAL "aarch64")
|
|||
endif()
|
||||
|
||||
set(AK_SOURCES
|
||||
../AK/DOSPackedTime.cpp
|
||||
../AK/GenericLexer.cpp
|
||||
../AK/Hex.cpp
|
||||
../AK/MemoryStream.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue