mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[USER32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69769
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
* FILE: dll/win32/user32/controls/appswitch.c
|
||||
* FILE: win32ss/user/user32/controls/appswitch.c
|
||||
* PURPOSE: app switching functionality
|
||||
* PROGRAMMERS: Johannes Anderwald ([email protected])
|
||||
* David Quintana ([email protected])
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS User32
|
||||
* PURPOSE: Built-in control registration
|
||||
* FILE: dll/win32/user32/controls/regcontrol.c
|
||||
* FILE: win32ss/user/user32/controls/regcontrol.c
|
||||
* PROGRAMER: Ge van Geldorp ([email protected])
|
||||
* REVISION HISTORY: 2003/06/16 GvG Created
|
||||
* NOTES: Adapted from Wine
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS User32
|
||||
* PURPOSE: Built-in control registration
|
||||
* FILE: include/user32/regcontrol.h
|
||||
* FILE: win32ss/user/user32/include/regcontrol.h
|
||||
* PROGRAMER: Ge van Geldorp ([email protected])
|
||||
* REVISION HISTORY: 2003/06/16 GvG Created
|
||||
* NOTES:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: include/resource.h
|
||||
* FILE: win32ss/user/user32/include/resource.h
|
||||
* PURPOSE: Definition of resource ids
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS System Libraries
|
||||
* FILE: lib/user32/include/user32.h
|
||||
* FILE: win32ss/user/user32/include/user32.h
|
||||
* PURPOSE: Win32 User Library
|
||||
* PROGRAMMER: Alex Ionescu ([email protected])
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS System Libraries
|
||||
* FILE: lib/user32/include/user32p.h
|
||||
* FILE: win32ss/user/user32/include/user32p.h
|
||||
* PURPOSE: Win32 User Library Private Headers
|
||||
* PROGRAMMER: Alex Ionescu ([email protected])
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/desktop.c
|
||||
* FILE: win32ss/user/user32/misc/desktop.c
|
||||
* PURPOSE: Desktops
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/dde.c
|
||||
* FILE: win32ss/user/user32/misc/display.c
|
||||
* PURPOSE: DDE
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/exit.c
|
||||
* FILE: win32ss/user/user32/misc/exit.c
|
||||
* PURPOSE: Shutdown related functions
|
||||
* PROGRAMMER: Eric Kohl
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: dll/win32/user32/misc/imm.c
|
||||
* FILE: win32ss/user/user32/misc/imm.c
|
||||
* PURPOSE: User32.dll Imm functions
|
||||
* PROGRAMMER: Dmitry Chapyshev ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/logon.c
|
||||
* FILE: win32ss/user/user32/misc/logon.c
|
||||
* PURPOSE: Logon functions
|
||||
* PROGRAMMER: Thomas Weidenmueller ([email protected])
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/misc.c
|
||||
* FILE: win32ss/user/user32/misc/misc.c
|
||||
* PURPOSE: Misc
|
||||
* PROGRAMMER: Thomas Weidenmueller ([email protected])
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/dde.c
|
||||
* FILE: win32ss/user/user32/misc/object.c
|
||||
* PURPOSE: DDE
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/rtlstr.c
|
||||
* FILE: win32ss/user/user32/misc/rtlstr.c
|
||||
* PURPOSE: Large Strings
|
||||
* PROGRAMMER:
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/stubs.c
|
||||
* FILE: win32ss/user/user32/misc/stubs.c
|
||||
* PURPOSE: User32.dll stubs
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* NOTES: If you implement a function, remove it from this file
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/dde.c
|
||||
* FILE: win32ss/user/user32/misc/timer.c
|
||||
* PURPOSE: DDE
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: dll/win32/user32/misc/usrapihk.c
|
||||
* FILE: win32ss/user/user32/misc/usrapihk.c
|
||||
* PURPOSE: User32.dll User32 Api Hook interface and support functions
|
||||
* PROGRAMMER:
|
||||
*
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/misc/winhelp.c
|
||||
* FILE: win32ss/user/user32/misc/winhelp.c
|
||||
* PURPOSE: WinHelp
|
||||
* PROGRAMMER: Robert Dickenson([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/input.c
|
||||
* FILE: win32ss/user/user32/windows/accel.c
|
||||
* PURPOSE: Accelerator tables
|
||||
* PROGRAMMER: KJK::Hyperion <[email protected]>
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/caret.c
|
||||
* FILE: win32ss/user/user32/windows/caret.c
|
||||
* PURPOSE: Caret
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* COPYRIGHT: GPL - See COPYING in the top level directory
|
||||
* FILE: dll/win32/user32/windows/class.c
|
||||
* FILE: win32ss/user/user32/windows/class.c
|
||||
* PURPOSE: Window classes
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/clipboard.c
|
||||
* FILE: win32ss/user/user32/windows/clipboard.c
|
||||
* PURPOSE: Input
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* Pablo Borobia <[email protected]>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* COPYRIGHT: GPL - See COPYING in the top level directory
|
||||
* FILE: win32ss/user//user32/windows/cursoricon.c
|
||||
* FILE: win32ss/user/user32/windows/cursoricon.c
|
||||
* PURPOSE: cursor and icons implementation
|
||||
* PROGRAMMER: Jérôme Gardou ([email protected])
|
||||
*/
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/input.c
|
||||
* FILE: win32ss/user/user32/windows/dc.c
|
||||
* PURPOSE: Input
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: dll/win32/user32/windows/dialog.c
|
||||
* FILE: win32ss/user/user32/windows/dialog.c
|
||||
* PURPOSE: Input
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* Thomas Weidenmueller ([email protected])
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
/*
|
||||
*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: dll/win32/user32/windows/hook.c
|
||||
* FILE: win32ss/user/user32/windows/hook.c
|
||||
* PURPOSE: Hooks
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: dll/win32/user32/windows/input.c
|
||||
* FILE: win32ss/user/user32/windows/input.c
|
||||
* PURPOSE: Input
|
||||
* PROGRAMMER: Casper S. Hornstrup ([email protected])
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: user32/windows/menu.c
|
||||
* FILE: win32ss/user/user32/windows/menu.c
|
||||
* PURPOSE: Menus
|
||||
*
|
||||
* PROGRAMMERS: Casper S. Hornstrup
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/message.c
|
||||
* FILE: win32ss/user/user32/windows/message.c
|
||||
* PURPOSE: Messages
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
/*
|
||||
*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/messagebox.c
|
||||
* FILE: win32ss/user/user32/windows/messagebox.c
|
||||
* PURPOSE: Input
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* Thomas Weidenmueller (w3seek@users.sourceforge.net)
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: dll/win32/user32/windows/paint.c
|
||||
* FILE: win32ss/user/user32/windows/paint.c
|
||||
* PURPOSE: Input
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: user/user32/windows/prop.c
|
||||
* FILE: win32ss/user/user32/windows/prop.c
|
||||
* PURPOSE: Window Property
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/input.c
|
||||
* FILE: win32ss/user/user32/windows/rect.c
|
||||
* PURPOSE: Input
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/input.c
|
||||
* FILE: win32ss/user/user32/windows/text.c
|
||||
* PURPOSE: Input
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: lib/user32/windows/window.c
|
||||
* FILE: win32ss/user/user32/windows/window.c
|
||||
* PURPOSE: Window management
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* UPDATE HISTORY:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS user32.dll
|
||||
* FILE: dll/win32/user32/windows/winpos.c
|
||||
* FILE: win32ss/user/user32/windows/winpos.c
|
||||
* PURPOSE: Window management
|
||||
* PROGRAMMER: Casper S. Hornstrup (chorns@users.sourceforge.net)
|
||||
* UPDATE HISTORY:
|
||||
|
||||
Reference in New Issue
Block a user