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
514ae382
Commit
514ae382
authored
Oct 19, 2000
by
Peter Hunnisett
Committed by
Alexandre Julliard
Oct 19, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added crt/msvcrt thread prototypes.
parent
3732965c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
process.h
include/process.h
+7
-0
No files found.
include/process.h
View file @
514ae382
...
...
@@ -161,4 +161,11 @@ static inline PDB WINE_UNUSED *PROCESS_Current(void)
return
&
current_process
;
}
/* definitions contained in Windows process.h file */
/* FIXME: all the stuff above should be moved somewhere else */
ULONG
_beginthread
(
VOID
(
*
)(
LPVOID
),
UINT
,
LPVOID
);
void
_endthread
(
void
);
ULONG
_beginthreadex
(
LPVOID
,
UINT
,
UINT
(
WINAPI
*
)
(
LPVOID
),
LPVOID
,
UINT
,
LPUINT
);
void
_endthreadex
(
UINT
);
#endif
/* __WINE_PROCESS_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