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
29419b13
Commit
29419b13
authored
Jan 24, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed a couple of extra semicolons.
parent
b8e215b7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
richedit.h
include/richedit.h
+2
-2
winnt.h
include/winnt.h
+2
-2
No files found.
include/richedit.h
View file @
29419b13
...
...
@@ -435,7 +435,7 @@ typedef struct _findtextW {
LPWSTR
lpstrText
;
}
FINDTEXTW
;
DECL_WINELIB_TYPE_AW
(
FINDTEXT
)
;
DECL_WINELIB_TYPE_AW
(
FINDTEXT
)
typedef
struct
_findtextexA
{
CHARRANGE
chrg
;
...
...
@@ -449,7 +449,7 @@ typedef struct _findtextexW {
CHARRANGE
chrgText
;
}
FINDTEXTEXW
;
DECL_WINELIB_TYPE_AW
(
FINDTEXTEX
)
;
DECL_WINELIB_TYPE_AW
(
FINDTEXTEX
)
typedef
struct
_formatrange
{
HDC
hdc
;
...
...
include/winnt.h
View file @
29419b13
...
...
@@ -402,9 +402,9 @@ typedef void *HANDLE;
typedef
HANDLE
*
PHANDLE
,
*
LPHANDLE
;
#ifdef STRICT
#define DECLARE_HANDLE(a) typedef struct a##__ { int unused; } *a
;
#define DECLARE_HANDLE(a) typedef struct a##__ { int unused; } *a
#else
/*STRICT*/
#define DECLARE_HANDLE(a) typedef HANDLE a
;
#define DECLARE_HANDLE(a) typedef HANDLE a
#endif
/*STRICT*/
/* Defines */
...
...
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