mirror of
https://github.com/dlang/phobos.git
synced 2025-05-05 09:30:49 +03:00
More documentation fixes.
This commit is contained in:
parent
11f2899ab5
commit
59eb1b70a5
1 changed files with 5 additions and 4 deletions
|
@ -30076,6 +30076,10 @@ version(D_Ddoc)
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
||||||
|
version(Windows) {}
|
||||||
|
else
|
||||||
|
alias void* TIME_ZONE_INFORMATION;
|
||||||
|
|
||||||
static bool _dstInEffect(const TIME_ZONE_INFORMATION* tzInfo, long stdTime) nothrow;
|
static bool _dstInEffect(const TIME_ZONE_INFORMATION* tzInfo, long stdTime) nothrow;
|
||||||
static long _utcToTZ(const TIME_ZONE_INFORMATION* tzInfo, long stdTime, bool hasDST) nothrow;
|
static long _utcToTZ(const TIME_ZONE_INFORMATION* tzInfo, long stdTime, bool hasDST) nothrow;
|
||||||
static long _tzToUTC(const TIME_ZONE_INFORMATION* tzInfo, long adjTime, bool hasDST) nothrow;
|
static long _tzToUTC(const TIME_ZONE_INFORMATION* tzInfo, long adjTime, bool hasDST) nothrow;
|
||||||
|
@ -31550,12 +31554,9 @@ unittest
|
||||||
|
|
||||||
version(D_Ddoc)
|
version(D_Ddoc)
|
||||||
{
|
{
|
||||||
version(Windows)
|
version(Windows) {}
|
||||||
{
|
|
||||||
}
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//These types don't exist outside of Windows.
|
|
||||||
alias void* SYSTEMTIME;
|
alias void* SYSTEMTIME;
|
||||||
alias void* FILETIME;
|
alias void* FILETIME;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue