- Notifications
You must be signed in to change notification settings - Fork5
Commit868628e
committed
On all Windows platforms, not just Cygwin, use _timezone and _tzname.
Up until now, we've been using timezone and tzname, but Visual Studio2015 (for which we wish to add support) no longer declares thosesymbols. All versions since Visual Studio 2003 apparently support theunderscore-equipped names, and we don't support anything older thanVisual Studio 2005, so this should work OK everywhere. But let's seewhat the buildfarm thinks.Michael Paquier, reviewed by Petr Jelinek1 parentbd0f206 commit868628e
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
| 217 | + | |
221 | 218 |
| |
222 | 219 |
| |
| 220 | + | |
| 221 | + | |
| 222 | + | |
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
|
0 commit comments
Comments
(0)