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
ce5ed79e
Commit
ce5ed79e
authored
Jan 04, 2000
by
Eric Pouech
Committed by
Alexandre Julliard
Jan 04, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Encapsulated Wine internal data into an ifdef __WINE__.
parent
95aa1c38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
driver.h
include/driver.h
+3
-12
No files found.
include/driver.h
View file @
ce5ed79e
...
@@ -84,10 +84,11 @@ LRESULT WINAPI SendDriverMessage( HDRVR hDriver, UINT message,
...
@@ -84,10 +84,11 @@ LRESULT WINAPI SendDriverMessage( HDRVR hDriver, UINT message,
HMODULE16
WINAPI
GetDriverModuleHandle16
(
HDRVR16
hDriver
);
HMODULE16
WINAPI
GetDriverModuleHandle16
(
HDRVR16
hDriver
);
HMODULE
WINAPI
GetDriverModuleHandle
(
HDRVR
hDriver
);
HMODULE
WINAPI
GetDriverModuleHandle
(
HDRVR
hDriver
);
/* only win31 version for those
below ?
*/
/* only win31 version for those
exist
*/
HDRVR16
WINAPI
GetNextDriver16
(
HDRVR16
,
DWORD
);
HDRVR16
WINAPI
GetNextDriver16
(
HDRVR16
,
DWORD
);
BOOL16
WINAPI
GetDriverInfo16
(
HDRVR16
,
DRIVERINFOSTRUCT16
*
);
BOOL16
WINAPI
GetDriverInfo16
(
HDRVR16
,
DRIVERINFOSTRUCT16
*
);
#ifdef __WINE__
/* The following definitions are WINE internals */
/* The following definitions are WINE internals */
/* FIXME: This is a WINE internal struct and should be moved in include/wine directory
/* FIXME: This is a WINE internal struct and should be moved in include/wine directory
* Please note that WINE shares 16 and 32 bit drivers on a single list...
* Please note that WINE shares 16 and 32 bit drivers on a single list...
...
@@ -129,16 +130,6 @@ LPWINE_DRIVER DRIVER_RegisterDriver16(LPCSTR, HMODULE16, DRIVERPROC16, LPARAM, B
...
@@ -129,16 +130,6 @@ LPWINE_DRIVER DRIVER_RegisterDriver16(LPCSTR, HMODULE16, DRIVERPROC16, LPARAM, B
LPWINE_DRIVER
DRIVER_RegisterDriver32
(
LPCSTR
,
HMODULE
,
DRIVERPROC
,
LPARAM
,
BOOL
);
LPWINE_DRIVER
DRIVER_RegisterDriver32
(
LPCSTR
,
HMODULE
,
DRIVERPROC
,
LPARAM
,
BOOL
);
int
DRIVER_GetType
(
HDRVR
);
int
DRIVER_GetType
(
HDRVR
);
#if 0
#endif
/* __WINE__ */
#error "It's never used"
/* internal */
typedef struct
{
UINT length;
HDRVR hDriver;
HMODULE hModule;
CHAR szAliasName[128];
} DRIVERINFOSTRUCTA, *LPDRIVERINFOSTRUCTA;
#endif
#endif
/* __WINE_DRIVER_H */
#endif
/* __WINE_DRIVER_H */
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