Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
50bcd1a8
Commit
50bcd1a8
authored
Oct 13, 2000
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 13, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HFILE is an int, not a regular HANDLE.
parent
855ac7a8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
+3
-9
comm.c
dlls/kernel/comm.c
+2
-2
proxyodbc.c
dlls/odbc32/proxyodbc.c
+0
-6
windef.h
include/windef.h
+1
-1
No files found.
dlls/kernel/comm.c
View file @
50bcd1a8
...
...
@@ -2720,7 +2720,7 @@ BOOL WINAPI CommConfigDialogW(
* If successful, lpCommConfig contains the comm port configuration.
*/
BOOL
WINAPI
GetCommConfig
(
H
FI
LE
hFile
,
H
AND
LE
hFile
,
LPCOMMCONFIG
lpCommConfig
)
{
BOOL
r
;
...
...
@@ -2746,7 +2746,7 @@ BOOL WINAPI GetCommConfig(
*
*/
BOOL
WINAPI
SetCommConfig
(
H
FI
LE
hFile
,
H
AND
LE
hFile
,
LPCOMMCONFIG
lpCommConfig
)
{
BOOL
r
;
...
...
dlls/odbc32/proxyodbc.c
View file @
50bcd1a8
...
...
@@ -17,12 +17,6 @@
#include "winbase.h"
#include "debugtools.h"
#ifndef _WINDOWS
#define _WINDOWS
#endif
typedef
char
*
GUID
;
/* This definition is in sqltypes.h, but if _WINDOWS is defined, this is skipped. */
#include "sql.h"
#include "sqltypes.h"
#include "sqlext.h"
...
...
include/windef.h
View file @
50bcd1a8
...
...
@@ -274,7 +274,7 @@ DECLARE_HANDLE(HDROP);
DECLARE_HANDLE
(
HDRVR
);
DECLARE_HANDLE
(
HDWP
);
DECLARE_HANDLE
(
HENHMETAFILE
);
DECLARE_HANDLE
(
HFILE
)
;
typedef
int
HFILE
;
DECLARE_HANDLE
(
HFONT
);
DECLARE_HANDLE
(
HICON
);
DECLARE_HANDLE
(
HINSTANCE
);
...
...
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