forked from FreeRDP/FreeRDP
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified timezone update handling:
* Fix FreeRDP#4965: Adjusted the timezone update script to initialize structs properly. * Updated the scripts to generate the files directly * Added a small HOWTO * Split zone information to separate files to allow automatic update without further manual editing. Create a timezone.c file that does conform to C rules.
- Loading branch information
1 parent
76c91ee
commit 6a2d49e
Showing
6 changed files
with
2,130 additions
and
2,065 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
On an up to date windows machine run the following scripts (from checkout root): | ||
|
||
csi.exe scripts/TimeZones.csx | ||
csi.exe scripts/WindowsZones.csx | ||
|
||
After running the scripts check | ||
* winpr/libwinpr/timezone/TimeZones.c | ||
* winpr/libwinpr/timezone/WindowsZones.c | ||
for changes. | ||
|
||
Commit if the definitions changed and create a pull request at | ||
https://github.com/FreeRDP/FreeRDP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.