kernel32.dll
- Unlock files shared with Wine
- Unlock stubs
- Add programmers name into file header

svn path=/trunk/; revision=22026
This commit is contained in:
Aleksey Bragin 2006-05-24 22:17:05 +00:00
parent 945ca8d68e
commit b2f8544935
3 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,8 @@
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
* FILE: lib/kernel32/debug/debugger.c * FILE: lib/kernel32/debug/debugger.c
* PURPOSE: Win32 Debugger API * PURPOSE: Win32 Debugger API
* PROGRAMMER: ??? * PROGRAMMER: Thomas Weidenmueller
* KJK::Hyperion
*/ */
/* INCLUDES ******************************************************************/ /* INCLUDES ******************************************************************/

View file

@ -4,6 +4,11 @@
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
* FILE: lib/kernel32/file/curdir.c * FILE: lib/kernel32/file/curdir.c
* PURPOSE: Current directory functions * PURPOSE: Current directory functions
* PROGRAMMER: Eric Kohl
* Filip Navara
* Steven Edwards
* Thomas Weidenmueller
* Gunnar Andre' Dalsnes
* UPDATE HISTORY: * UPDATE HISTORY:
* Created 30/09/98 * Created 30/09/98
*/ */

View file

@ -4,6 +4,8 @@
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
* FILE: lib/kernel32/sync/critical.c * FILE: lib/kernel32/sync/critical.c
* PURPOSE: Critical sections * PURPOSE: Critical sections
* PROGRAMMER: Filip Navara
* Eric Kohl
* UPDATE HISTORY: * UPDATE HISTORY:
* Created 30/09/98 * Created 30/09/98
*/ */