This website works better with JavaScript.
Home
Explore
Help
Sign In
archive
/
windows-xp
mirror of
https://github.com/tongzx/nt5src
Watch
2
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Source code of Windows XP (NT5)
8
Commits
1
Branch
0
Tags
2.0 GiB
C++
45.1%
C
42%
Scheme
5%
Assembly
1.7%
HTML
1.2%
Other
4.2%
Tree:
744f0b4006
windows-xp
/
Source
/
XPSP1
/
NT
/
base
/
ntsetup
/
syssetup
/
ia64
/
platform.c
11 lines
106 B
Raw
Blame
History
#
include
"setupp.h"
#
pragma hdrstop
UINT
PlatformSpecificInit
(
VOID
)
{
return
(
NO_ERROR
)
;
}
Reference in new issue