index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
stacker
/
src
/
arch
/
windows.c
blob: 89485a0cc8efd9789dfa3c07ee9fd2b226f08fdd (
plain
)
1
2
3
4
5
#include
<windows.h>
PVOID
__stacker_get_current_fiber
()
{
return
GetCurrentFiber
();
}