This website works better with JavaScript.
Home
Explore
Help
Sign In
archive
/
windows-nt-4.0
mirror of
https://github.com/lianthony/NT4.0
Watch
2
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Windows NT 4.0 source code leak
2
Commits
1
Branch
0
Tags
184 MiB
C
71.6%
C++
19.5%
Assembly
5.2%
Makefile
1.4%
Rich Text Format
0.8%
Other
1.2%
Branch:
master
windows-nt-4.0
/
private
/
net
/
sfm
/
atalk
/
prof
/
winslp.c
12 lines
103 B
Raw
Permalink
Blame
History
#
include
<stdio.h>
#
include
<windows.h>
VOID
WinSleep
(
IN
ULONG
SleepTime
)
{
Sleep
(
SleepTime
)
;
}
Reference in new issue