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
5837e8b1
Commit
5837e8b1
authored
Jul 03, 2002
by
Gregg Mattinson
Committed by
Alexandre Julliard
Jul 03, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed extra , from last element in enum declarations.
parent
cc49e393
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
shlwapi.h
include/shlwapi.h
+4
-4
obj_shellfolder.h
include/wine/obj_shellfolder.h
+1
-1
No files found.
include/shlwapi.h
View file @
5837e8b1
...
...
@@ -91,7 +91,7 @@ typedef enum
SHREGDEL_DEFAULT
=
0
,
SHREGDEL_HKCU
=
0x1
,
SHREGDEL_HKLM
=
0x10
,
SHREGDEL_BOTH
=
SHREGDEL_HKLM
|
SHREGDEL_HKCU
,
SHREGDEL_BOTH
=
SHREGDEL_HKLM
|
SHREGDEL_HKCU
}
SHREGDEL_FLAGS
;
typedef
enum
...
...
@@ -99,7 +99,7 @@ typedef enum
SHREGENUM_DEFAULT
=
0
,
SHREGENUM_HKCU
=
0x1
,
SHREGENUM_HKLM
=
0x10
,
SHREGENUM_BOTH
=
SHREGENUM_HKLM
|
SHREGENUM_HKCU
,
SHREGENUM_BOTH
=
SHREGENUM_HKLM
|
SHREGENUM_HKCU
}
SHREGENUM_FLAGS
;
#define SHREGSET_HKCU 0x1
/* Apply to HKCU if empty */
...
...
@@ -408,7 +408,7 @@ typedef enum {
URL_PART_USERNAME
,
URL_PART_PASSWORD
,
URL_PART_PORT
,
URL_PART_QUERY
,
URL_PART_QUERY
}
URL_PART
;
#define URL_PARTFLAG_KEEPSCHEME 0x00000001
...
...
@@ -421,7 +421,7 @@ typedef enum {
URLIS_FILEURL
,
URLIS_APPLIABLE
,
URLIS_DIRECTORY
,
URLIS_HASQUERY
,
URLIS_HASQUERY
}
URLIS
;
/* This is used by the UrlApplyScheme... routines */
...
...
include/wine/obj_shellfolder.h
View file @
5837e8b1
...
...
@@ -246,7 +246,7 @@ typedef enum
SHCOLSTATE_SLOW
=
0x00000020
,
SHCOLSTATE_EXTENDED
=
0x00000040
,
SHCOLSTATE_SECONDARYUI
=
0x00000080
,
SHCOLSTATE_HIDDEN
=
0x00000100
,
SHCOLSTATE_HIDDEN
=
0x00000100
}
SHCOLSTATE
;
typedef
struct
...
...
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