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
33c40709
Commit
33c40709
authored
Jul 26, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jul 26, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Moved comm related protoypes to the correct .h file.
- Cleaned up the include section.
parent
65b07455
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
comm.c
dlls/kernel/comm.c
+4
-4
winbase.h
include/winbase.h
+3
-0
winuser.h
include/winuser.h
+0
-3
No files found.
dlls/kernel/comm.c
View file @
33c40709
...
...
@@ -33,6 +33,7 @@
*/
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <stdio.h>
...
...
@@ -58,13 +59,12 @@
# include <sys/strtio.h>
#endif
#include "windef.h"
#include "winbase.h"
#include "heap.h"
#include "wine/port.h"
#include "wine/server.h"
#include "winerror.h"
#include "wine/server.h"
#include "file.h"
#include "heap.h"
#include "debugtools.h"
...
...
include/winbase.h
View file @
33c40709
...
...
@@ -1244,6 +1244,7 @@ BOOL WINAPI BuildCommDCBAndTimeoutsA(LPCSTR,LPDCB,LPCOMMTIMEOUTS);
BOOL
WINAPI
BuildCommDCBAndTimeoutsW
(
LPCWSTR
,
LPDCB
,
LPCOMMTIMEOUTS
);
#define BuildCommDCBAndTimeouts WINELIB_NAME_AW(BuildCommDCBAndTimeouts)
BOOL
WINAPI
CancelWaitableTimer
(
HANDLE
);
BOOL
WINAPI
ClearCommBreak
(
HANDLE
);
BOOL
WINAPI
ClearCommError
(
HANDLE
,
LPDWORD
,
LPCOMSTAT
);
BOOL
WINAPI
ClearEventLogA
(
HANDLE
,
LPCSTR
);
BOOL
WINAPI
ClearEventLogW
(
HANDLE
,
LPCWSTR
);
...
...
@@ -1302,6 +1303,7 @@ BOOL WINAPI DeregisterEventSource(HANDLE);
BOOL
WINAPI
DisableThreadLibraryCalls
(
HMODULE
);
BOOL
WINAPI
DosDateTimeToFileTime
(
WORD
,
WORD
,
LPFILETIME
);
BOOL
WINAPI
DuplicateHandle
(
HANDLE
,
HANDLE
,
HANDLE
,
HANDLE
*
,
DWORD
,
BOOL
,
DWORD
);
BOOL
WINAPI
EscapeCommFunction
(
HANDLE
,
UINT
);
BOOL
WINAPI
EnumResourceLanguagesA
(
HMODULE
,
LPCSTR
,
LPCSTR
,
ENUMRESLANGPROCA
,
LONG
);
BOOL
WINAPI
EnumResourceLanguagesW
(
HMODULE
,
LPCWSTR
,
LPCWSTR
,
...
...
@@ -1545,6 +1547,7 @@ DWORD WINAPI SearchPathA(LPCSTR,LPCSTR,LPCSTR,DWORD,LPSTR,LPSTR*);
DWORD
WINAPI
SearchPathW
(
LPCWSTR
,
LPCWSTR
,
LPCWSTR
,
DWORD
,
LPWSTR
,
LPWSTR
*
);
#define SearchPath WINELIB_NAME_AW(SearchPath)
BOOL
WINAPI
SetCommConfig
(
HANDLE
,
LPCOMMCONFIG
);
BOOL
WINAPI
SetCommBreak
(
HANDLE
);
BOOL
WINAPI
SetCommMask
(
HANDLE
,
DWORD
);
BOOL
WINAPI
SetCommState
(
HANDLE
,
LPDCB
);
BOOL
WINAPI
SetCommTimeouts
(
HANDLE
,
LPCOMMTIMEOUTS
);
...
...
include/winuser.h
View file @
33c40709
...
...
@@ -3381,7 +3381,6 @@ BOOL WINAPI CheckMenuRadioItem(HMENU,UINT,UINT,UINT,UINT);
BOOL
WINAPI
CheckRadioButton
(
HWND
,
UINT
,
UINT
,
UINT
);
HWND
WINAPI
ChildWindowFromPoint
(
HWND
,
POINT
);
HWND
WINAPI
ChildWindowFromPointEx
(
HWND
,
POINT
,
UINT
);
BOOL
WINAPI
ClearCommBreak
(
HANDLE
);
BOOL
WINAPI
ClientToScreen
(
HWND
,
LPPOINT
);
BOOL
WINAPI
ClipCursor
(
const
RECT
*
);
BOOL
WINAPI
CloseClipboard
(
void
);
...
...
@@ -3531,7 +3530,6 @@ BOOL WINAPI EnumWindowStationsA(WINSTAENUMPROCA,LPARAM);
BOOL
WINAPI
EnumWindowStationsW
(
WINSTAENUMPROCW
,
LPARAM
);
#define EnumWindowStations WINELIB_NAME_AW(EnumWindowStations)
BOOL
WINAPI
EqualRect
(
const
RECT
*
,
const
RECT
*
);
BOOL
WINAPI
EscapeCommFunction
(
HANDLE
,
UINT
);
INT
WINAPI
ExcludeUpdateRgn
(
HDC
,
HWND
);
#define ExitWindows(a,b) ExitWindowsEx(EWX_LOGOFF,0xffffffff)
INT
WINAPI
FillRect
(
HDC
,
const
RECT
*
,
HBRUSH
);
...
...
@@ -3820,7 +3818,6 @@ LONG WINAPI SetClassLongW(HWND,INT,LONG);
WORD
WINAPI
SetClassWord
(
HWND
,
INT
,
WORD
);
HANDLE
WINAPI
SetClipboardData
(
UINT
,
HANDLE
);
HWND
WINAPI
SetClipboardViewer
(
HWND
);
BOOL
WINAPI
SetCommBreak
(
HANDLE
);
HCURSOR
WINAPI
SetCursor
(
HCURSOR
);
BOOL
WINAPI
SetCursorPos
(
INT
,
INT
);
BOOL
WINAPI
SetDeskWallPaper
(
LPCSTR
);
...
...
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