[KERNEL32]

Fix some headers information.
CORE-7421 #resolve #comment Fixed in revision r59869, thanks :)

svn path=/trunk/; revision=59869
This commit is contained in:
Hermès Bélusca-Maïto
2013-08-29 12:20:29 +00:00
parent 1bc5937959
commit e3a5aaeb41
3 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,11 +1,11 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/kernel32/thread/thread.c
* PURPOSE: Thread functions
* PROGRAMMERS: Alex Ionescu (alex@relsoft.net)
* Ariadne ( [email protected])
* FILE: dll/win32/kernel32/client/actctx.c
* PURPOSE: Activation contexts - NT-compatible helpers
* PROGRAMMERS: Alex Ionescu (alex[email protected])
*
* NOTE: See also kernel32/wine/actctx.c
*/
/* INCLUDES ******************************************************************/
+3 -3
View File
@@ -1,10 +1,10 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: lib/kernel32/thread/thread.c
* FILE: dll/win32/kernel32/client/thread.c
* PURPOSE: Thread functions
* PROGRAMMERS: Alex Ionescu (alex@relsoft.net)
* Ariadne ( [email protected])
* PROGRAMMERS: Alex Ionescu (alex[email protected])
* Ariadne ([email protected])
*
*/
+1 -1
View File
@@ -1,7 +1,7 @@
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries
* FILE: dll/win32/kernel32/misc/actctx.c
* FILE: dll/win32/kernel32/wine/actctx.c
* PURPOSE: Activation contexts
* PROGRAMMERS: Jacek Caban for CodeWeavers
* Eric Pouech