Author: ion Date: Thu Jul 21 02:55:56 2011 New Revision: 52752
URL: http://svn.reactos.org/svn/reactos?rev=52752&view=rev Log: NO CODE CHANGE [KERNEL32]: Final part of the re-structure: move the last few files from "misc" into "client". Now "misc" is mostly composed of Wine-based code (which will soon by Winesynched) that provides functionality such as INI, .rsrc parsing and LZip expansion, as well as the RS232-based APIs. The rest of "client" is NT-layer glue, much of it buggy and in need of help. [KERNEL32]: Move "Beep" from environ.c to deviceio.c... seems to make more sense there. [KERNEL32]: Set kernel32_handle since Wine-synched code will depend on this. [KERNEL32]: Link with winelib, don't link with normaliz anymore.
Added: trunk/reactos/dll/win32/kernel32/client/atom.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/atom.c trunk/reactos/dll/win32/kernel32/client/compname.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/computername.c trunk/reactos/dll/win32/kernel32/client/dllmain.c - copied, changed from r52749, trunk/reactos/dll/win32/kernel32/client/misc/dllmain.c trunk/reactos/dll/win32/kernel32/client/environ.c - copied, changed from r52749, trunk/reactos/dll/win32/kernel32/client/misc/env.c trunk/reactos/dll/win32/kernel32/client/handle.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/handle.c trunk/reactos/dll/win32/kernel32/client/loader.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/ldr.c trunk/reactos/dll/win32/kernel32/client/perfcnt.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/perfcnt.c trunk/reactos/dll/win32/kernel32/client/power.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/power.c trunk/reactos/dll/win32/kernel32/client/resntfy.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/resntfy.c trunk/reactos/dll/win32/kernel32/client/sysinfo.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/sysinfo.c trunk/reactos/dll/win32/kernel32/client/timerqueue.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/timerqueue.c trunk/reactos/dll/win32/kernel32/client/utils.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/utils.c trunk/reactos/dll/win32/kernel32/client/version.c - copied unchanged from r52749, trunk/reactos/dll/win32/kernel32/client/misc/version.c Removed: trunk/reactos/dll/win32/kernel32/client/misc/atom.c trunk/reactos/dll/win32/kernel32/client/misc/computername.c trunk/reactos/dll/win32/kernel32/client/misc/dllmain.c trunk/reactos/dll/win32/kernel32/client/misc/env.c trunk/reactos/dll/win32/kernel32/client/misc/handle.c trunk/reactos/dll/win32/kernel32/client/misc/ldr.c trunk/reactos/dll/win32/kernel32/client/misc/perfcnt.c trunk/reactos/dll/win32/kernel32/client/misc/power.c trunk/reactos/dll/win32/kernel32/client/misc/resntfy.c trunk/reactos/dll/win32/kernel32/client/misc/sysinfo.c trunk/reactos/dll/win32/kernel32/client/misc/timerqueue.c trunk/reactos/dll/win32/kernel32/client/misc/utils.c trunk/reactos/dll/win32/kernel32/client/misc/version.c Modified: trunk/reactos/dll/win32/kernel32/CMakeLists.txt trunk/reactos/dll/win32/kernel32/client/file/deviceio.c trunk/reactos/dll/win32/kernel32/kernel32.rbuild
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/reactos/dll/win32/kernel32/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/CMakeLis...
Copied: trunk/reactos/dll/win32/kernel32/client/dllmain.c (from r52749, trunk/reactos/dll/win32/kernel32/client/misc/dllmain.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/d...
Copied: trunk/reactos/dll/win32/kernel32/client/environ.c (from r52749, trunk/reactos/dll/win32/kernel32/client/misc/env.c) URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/e...
Modified: trunk/reactos/dll/win32/kernel32/client/file/deviceio.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/f...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/atom.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/computername.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/dllmain.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/env.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/handle.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/ldr.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/perfcnt.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/power.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/resntfy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/sysinfo.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/timerqueue.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/utils.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Removed: trunk/reactos/dll/win32/kernel32/client/misc/version.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/client/m...
Modified: trunk/reactos/dll/win32/kernel32/kernel32.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/kernel32/kernel32...