mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Fix accidentally exposed private headers.
Implement code to handle windows messages on a per-window basis. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@21916 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0257194cdc
commit
02c7ccf532
10 changed files with 94 additions and 28 deletions
|
@ -365,11 +365,13 @@ struct NSUserDefaultsWin32_DomainInfo
|
|||
|
||||
NSLog(@"Failed to query modify time on registry %@ (%x)",
|
||||
dName, rc);
|
||||
NSEndMapTableEnumeration(&iter);
|
||||
return YES;
|
||||
}
|
||||
ti = -12622780800.0 + lasttime.QuadPart / 10000000.0;
|
||||
if ([lastSyncDate timeIntervalSinceReferenceDate] < ti)
|
||||
{
|
||||
NSEndMapTableEnumeration(&iter);
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
@ -395,6 +397,7 @@ struct NSUserDefaultsWin32_DomainInfo
|
|||
}
|
||||
else
|
||||
{
|
||||
NSEndMapTableEnumeration(&iter);
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
@ -407,11 +410,13 @@ struct NSUserDefaultsWin32_DomainInfo
|
|||
{
|
||||
NSLog(@"Failed to query time on HKEY_LOCAL_MACHINE\\%@ (%x)",
|
||||
dPath, rc);
|
||||
NSEndMapTableEnumeration(&iter);
|
||||
return YES;
|
||||
}
|
||||
ti = -12622780800.0 + lasttime.QuadPart / 10000000.0;
|
||||
if ([lastSyncDate timeIntervalSinceReferenceDate] < ti)
|
||||
{
|
||||
NSEndMapTableEnumeration(&iter);
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
@ -434,6 +439,7 @@ struct NSUserDefaultsWin32_DomainInfo
|
|||
}
|
||||
else
|
||||
{
|
||||
NSEndMapTableEnumeration(&iter);
|
||||
return YES;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue