Fix some headers information.
CORE-7421 #resolve #comment Fixed in revision r59869, thanks :)
svn path=/trunk/; revision=59869
/*
* 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 ( ariadne@xs4all.nl)
+ * FILE: dll/win32/kernel32/client/actctx.c
+ * PURPOSE: Activation contexts - NT-compatible helpers
+ * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
*
+ * NOTE: See also kernel32/wine/actctx.c
*/
/* INCLUDES ******************************************************************/
/*
* 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 ( ariadne@xs4all.nl)
+ * PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
+ * Ariadne (ariadne@xs4all.nl)
*
*/
/*
* 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