This website requires JavaScript.
Explore
Help
Register
Sign In
lywsvip
/
reactos
Watch
1
Star
0
Fork
0
You've already forked reactos
mirror of
https://github.com/reactos/reactos.git
synced
2026-05-25 00:30:10 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f4d29a74aabf7e5f4cb74a1694de08cd02fe7879
reactos
/
base
/
applications
/
shutdown
History
Katayama Hirofumi MZ
31019e8c0c
[TRANSLATION] Update Romanian translation (
#851
)
...
Translation from Stefan Fulea. CORE-15023
2018-09-14 11:04:36 +02:00
..
lang
[TRANSLATION] Update Romanian translation (
#851
)
2018-09-14 11:04:36 +02:00
CMakeLists.txt
…
gui.c
[APPLICATIONS] Fix 64 bit issues
2018-08-04 19:19:34 +02:00
misc.c
[SHUTDOWN] Actually all shutdown.exe utilities from all Windows (>= XP) versions (and not just Vista+) support a comment string of up to 512, *EVEN IF* they mention in their help message that the comment can only be up to 127 characters long. I have really tested that ;-) (And what is more, shutdown's utility from Whistler support an arbitrary comment length!) So here I remove the code that imposes this limit and I just check for no more than 512 characters. I also fix an out-of-bounds check for argv.
2018-05-02 00:24:10 +02:00
precomp.h
[SHUTDOWN] Actually all shutdown.exe utilities from all Windows (>= XP) versions (and not just Vista+) support a comment string of up to 512, *EVEN IF* they mention in their help message that the comment can only be up to 127 characters long. I have really tested that ;-) (And what is more, shutdown's utility from Whistler support an arbitrary comment length!) So here I remove the code that imposes this limit and I just check for no more than 512 characters. I also fix an out-of-bounds check for argv.
2018-05-02 00:24:10 +02:00
resource.h
…
shutdown.c
[SHUTDOWN] Actually all shutdown.exe utilities from all Windows (>= XP) versions (and not just Vista+) support a comment string of up to 512, *EVEN IF* they mention in their help message that the comment can only be up to 127 characters long. I have really tested that ;-) (And what is more, shutdown's utility from Whistler support an arbitrary comment length!) So here I remove the code that imposes this limit and I just check for no more than 512 characters. I also fix an out-of-bounds check for argv.
2018-05-02 00:24:10 +02:00
shutdown.rc
…