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
315b00e8
Commit
315b00e8
authored
Jul 25, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jul 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed issues found by winapi_check.
parent
cc551656
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
rpcrt4_main.c
dlls/rpcrt4/rpcrt4_main.c
+1
-1
serialui.spec
dlls/serialui/serialui.spec
+2
-2
comm.c
misc/comm.c
+1
-1
No files found.
dlls/rpcrt4/rpcrt4_main.c
View file @
315b00e8
...
...
@@ -79,7 +79,7 @@ RPCRT4_LibMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
*
* S_OK if successful.
*/
RPC_STATUS
RPC_ENTRY
UuidCreate
(
UUID
*
Uuid
)
RPC_STATUS
WINAPI
UuidCreate
(
UUID
*
Uuid
)
{
static
char
has_init
=
0
;
unsigned
char
a
[
6
];
...
...
dlls/serialui/serialui.spec
View file @
315b00e8
...
...
@@ -5,5 +5,5 @@ rsrc serialui_rc
2 stdcall EnumPropPages(ptr ptr ptr) SERIALUI_EnumPropPages
3 stdcall drvCommConfigDialog(ptr long ptr) SERIALUI_CommConfigDialog
4 stdcall drvSetDefaultCommConfig() SERIALUI_SetDefaultCommConfig
5 stdcall drvGetDefaultCommConfig() SERIALUI_GetDefaultCommConfig
4 stdcall drvSetDefaultCommConfig(
str ptr long
) SERIALUI_SetDefaultCommConfig
5 stdcall drvGetDefaultCommConfig(
str ptr ptr
) SERIALUI_GetDefaultCommConfig
misc/comm.c
View file @
315b00e8
...
...
@@ -2759,7 +2759,7 @@ BOOL WINAPI SetCommConfig(
}
/***********************************************************************
*
GetCommProperties (KERNEL32.286
)
*
SetDefaultCommConfigA (KERNEL32.@
)
*/
BOOL
WINAPI
SetDefaultCommConfigA
(
LPCSTR
lpszDevice
,
...
...
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