diff options
Diffstat (limited to 'ext/Time-Piece/Piece.xs')
-rw-r--r-- | ext/Time-Piece/Piece.xs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/Time-Piece/Piece.xs b/ext/Time-Piece/Piece.xs index 96fa934042..772ed9c23a 100644 --- a/ext/Time-Piece/Piece.xs +++ b/ext/Time-Piece/Piece.xs @@ -161,6 +161,11 @@ fix_win32_tzenv(void) #endif +/* + * my_tzset - wrapper to tzset() with a fix to make it work (better) on Win32. + * This code is duplicated in the POSIX module, so any changes made here + * should be made there too. + */ static void my_tzset(pTHX) { |