Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
cf07d8bf
Commit
cf07d8bf
authored
Sep 11, 2001
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Sep 11, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove not used include/process.h.
parent
3c0211f9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
Makefile.in
include/Makefile.in
+0
-1
process.h
include/process.h
+0
-26
No files found.
include/Makefile.in
View file @
cf07d8bf
...
...
@@ -86,7 +86,6 @@ INSTALLED_INCLUDES = \
oledlg.h
\
oleidl.h
\
poppack.h
\
process.h
\
prsht.h
\
psapi.h
\
pshpack1.h
\
...
...
include/process.h
deleted
100644 → 0
View file @
3c0211f9
/*
* Process definitions
*
* Copyright 1996 Alexandre Julliard
*/
#ifndef _INC_PROCESS
#define _INC_PROCESS
#ifdef __cplusplus
extern
"C"
{
#endif
typedef
void
(
*
LPBEGINTHREAD
)(
LPVOID
);
typedef
UINT
WINAPI
(
*
LPBEGINTHREADEX
)(
LPVOID
);
ULONG
_beginthread
(
LPBEGINTHREAD
,
UINT
,
LPVOID
);
void
_endthread
(
void
);
ULONG
_beginthreadex
(
LPVOID
,
UINT
,
LPBEGINTHREADEX
,
LPVOID
,
UINT
,
LPUINT
);
void
_endthreadex
(
UINT
);
#ifdef __cplusplus
}
#endif
#endif
/* _INC_PROCESS */
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