[KERNEL32]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 29 Aug 2013 12:20:29 +0000 (12:20 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Thu, 29 Aug 2013 12:20:29 +0000 (12:20 +0000)
Fix some headers information.
CORE-7421 #resolve #comment Fixed in revision r59869, thanks :)

svn path=/trunk/; revision=59869

reactos/dll/win32/kernel32/client/actctx.c
reactos/dll/win32/kernel32/client/thread.c
reactos/dll/win32/kernel32/wine/actctx.c

index 9cee7e1..8099026 100644 (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 ( 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 ******************************************************************/
index 02617b3..f4f8ad5 100644 (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 ( ariadne@xs4all.nl)
+ * PROGRAMMERS:     Alex Ionescu (alex.ionescu@reactos.org)
+ *                  Ariadne (ariadne@xs4all.nl)
  *
  */
 
index 2e67d5f..523d567 100644 (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