- Move scanf.c into strings, it belongs there.
authorAleksey Bragin <aleksey@reactos.org>
Fri, 6 Jun 2008 12:20:28 +0000 (12:20 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Fri, 6 Jun 2008 12:20:28 +0000 (12:20 +0000)
commit3f2bc58da542a400f32b4beb41a1cc00aece470f
tree63bb084ff6bb45e846b6427b934e4938923077e3
parentc129f7fcd3ec59803a1f04bdf8391b67dba67795
- Move scanf.c into strings, it belongs there.
- Move thread.c to process, and remove outdated/duplicated copy.
- Sync threadx with Wine.
- Update README.WINE accordingly.

svn path=/trunk/; revision=33865
reactos/lib/sdk/crt/crt.rbuild
reactos/lib/sdk/crt/libcntpr.rbuild
reactos/lib/sdk/crt/process/thread.c
reactos/lib/sdk/crt/process/threadx.c
reactos/lib/sdk/crt/string/scanf.c [moved from reactos/lib/sdk/crt/wine/scanf.c with 100% similarity]
reactos/lib/sdk/crt/string/scanf.h [moved from reactos/lib/sdk/crt/wine/scanf.h with 100% similarity]
reactos/lib/sdk/crt/wine/thread.c [deleted file]
reactos/media/doc/README.WINE