This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6344332d14
gecko
/
xpcom
/
tests
/
TestQuickReturn.cpp
9 lines
106 B
C++
Raw
Normal View
History
Unescape
Escape
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
2009-03-09 09:47:39 -07:00
#
include
<stdio.h>
Bug 480427: Add a way to run a process in a background threadd. r=bsmedberg
2009-03-25 01:57:21 -07:00
int
main
(
int
argc
,
char
*
argv
[
]
)
{
if
(
argc
!
=
1
)
return
-
1
;
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
2009-03-09 09:47:39 -07:00
return
42
;
}
Reference in New Issue
Copy Permalink