mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:15:58 +00:00
[comctl32]
- Fix compilation with msc svn path=/branches/cmake-bringup/; revision=50710
This commit is contained in:
parent
56cbf56146
commit
687b927625
1 changed files with 2 additions and 2 deletions
|
@ -147,8 +147,8 @@ static const WCHAR themeClass[] = { 'S','c','r','o','l','l','b','a','r',0 };
|
|||
/* empty SYSTEMTIME const */
|
||||
static const SYSTEMTIME st_null;
|
||||
/* valid date limits */
|
||||
static const SYSTEMTIME max_allowed_date = { .wYear = 9999, .wMonth = 12, .wDay = 31 };
|
||||
static const SYSTEMTIME min_allowed_date = { .wYear = 1752, .wMonth = 9, .wDay = 14 };
|
||||
static const SYSTEMTIME max_allowed_date = { 9999, 12, 0, 31, 0, 0, 0, 0 };
|
||||
static const SYSTEMTIME min_allowed_date = { 1752, 9, 0, 14, 0, 0, 0, 0 };
|
||||
|
||||
|
||||
#define MONTHCAL_GetInfoPtr(hwnd) ((MONTHCAL_INFO *)GetWindowLongPtrW(hwnd, 0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue