Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
cf9395af
Commit
cf9395af
authored
Aug 21, 1999
by
Eric Pouech
Committed by
Alexandre Julliard
Aug 21, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Only declare DateStyle in a single compilation unit.
parent
ecbf1d92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
parsedt.c
ole/parsedt.c
+6
-0
parsedt.h
ole/parsedt.h
+3
-3
No files found.
ole/parsedt.c
View file @
cf9395af
...
...
@@ -66,6 +66,12 @@ char *months[] = {"Jan", "Feb", "Mar", "Apr", "May", "Jun",
char
*
days
[]
=
{
"Sunday"
,
"Monday"
,
"Tuesday"
,
"Wednesday"
,
"Thursday"
,
"Friday"
,
"Saturday"
,
NULL
};
/* those three vars are useless, and not even initialized, so
* I'd rather remove them all (EPP)
*/
int
DateStyle
;
bool
EuroDates
;
int
CTimeZone
;
#define UTIME_MINYEAR (1901)
#define UTIME_MINMONTH (12)
...
...
ole/parsedt.h
View file @
cf9395af
...
...
@@ -145,9 +145,9 @@ typedef uint32 bool32; /* >= 32 bits */
#define USE_SQL_DATES 2
#define USE_GERMAN_DATES 3
int
DateStyle
;
bool
EuroDates
;
int
CTimeZone
;
extern
int
DateStyle
;
extern
bool
EuroDates
;
extern
int
CTimeZone
;
typedef
double
float8
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment