This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2025-02-24 17:34:57 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dc51b419c7
reactos
/
base
/
setup
/
usetup
/
native
/
console.c
8 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
* Slap *some* sense into our header inclusions. * This significantly shrinks the dependency tracking data and the compiled objects size, which speeds up the whole build process (especially the incremental builds) accelerating the daily development as a result. * No intended code changes, ~27% smaller build. Enjoy ;) svn path=/trunk/; revision=58214
2013-01-24 23:00:42 +00:00
#
include
<usetup.h>
- Set correct flags when calling Nt* functions during file copy - Fix reading of disks parameter in registry - Keep FS name in unicode instead of char - Don't hardcode more than once ReactOS directory on bootcd ('\reactos') - Get screen dimensions only once (at startup) - General cleanup (warnings...) - Do some actions only if __REACTOS__ if defined. (I'm currently using them to debug usetup) svn path=/trunk/; revision=24718
2006-11-10 21:00:24 +00:00
BOOLEAN
[FORMATTING] Fix indentation and coding style. No code changes! svn path=/trunk/; revision=63305
2014-05-15 16:32:30 +00:00
NATIVE_InitConsole
(
VOID
)
- Set correct flags when calling Nt* functions during file copy - Fix reading of disks parameter in registry - Keep FS name in unicode instead of char - Don't hardcode more than once ReactOS directory on bootcd ('\reactos') - Get screen dimensions only once (at startup) - General cleanup (warnings...) - Do some actions only if __REACTOS__ if defined. (I'm currently using them to debug usetup) svn path=/trunk/; revision=24718
2006-11-10 21:00:24 +00:00
{
[FORMATTING] Fix indentation and coding style. No code changes! svn path=/trunk/; revision=63305
2014-05-15 16:32:30 +00:00
return
(
BOOLEAN
)
AllocConsole
(
)
;
- Set correct flags when calling Nt* functions during file copy - Fix reading of disks parameter in registry - Keep FS name in unicode instead of char - Don't hardcode more than once ReactOS directory on bootcd ('\reactos') - Get screen dimensions only once (at startup) - General cleanup (warnings...) - Do some actions only if __REACTOS__ if defined. (I'm currently using them to debug usetup) svn path=/trunk/; revision=24718
2006-11-10 21:00:24 +00:00
}
Reference in a new issue
Copy permalink