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
fb32c7bb
Commit
fb32c7bb
authored
Jan 29, 2000
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jan 29, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed minor issues found by winapi_check.
parent
87698cb8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
ole2.spec
dlls/ole32/ole2.spec
+1
-1
process.c
server/process.c
+5
-1
No files found.
dlls/ole32/ole2.spec
View file @
fb32c7bb
name
OLE
2
name
ole
2
type win16
1 pascal OleBuildVersion() OleBuildVersion
...
...
server/process.c
View file @
fb32c7bb
...
...
@@ -4,6 +4,8 @@
* Copyright (C) 1998 Alexandre Julliard
*/
#include "config.h"
#include <assert.h>
#include <errno.h>
#include <limits.h>
...
...
@@ -12,7 +14,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include <sys/socket.h>
#ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif
#include <unistd.h>
#include "winbase.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