mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 06:45:24 +00:00
[GDI32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69563
This commit is contained in:
parent
049574607a
commit
832562d08a
9 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS System Libraries
|
||||
* FILE: lib/gdi32/include/gdi32p.h
|
||||
* FILE: win32ss/gdi/gdi32/include/gdi32p.h
|
||||
* PURPOSE: User-Mode Win32 GDI Library Private Header
|
||||
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS System Libraries
|
||||
* FILE: lib/gdi32/include/precomp.h
|
||||
* FILE: win32ss/gdi/gdi32/include/precomp.h
|
||||
* PURPOSE: User-Mode Win32 GDI Library Header
|
||||
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
||||
*/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS GDI32
|
||||
* PURPOSE: GDI DirectX inteface
|
||||
* FILE: lib/gdi32/misc/gdientry.c
|
||||
* FILE: win32ss/gdi/gdi32/misc/gdientry.c
|
||||
* PROGRAMERS: Alex Ionescu (alex@relsoft.net)
|
||||
* Magnus Olsen (magnus@greatlord.com)
|
||||
*/
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS GDI32
|
||||
* PURPOSE:
|
||||
* FILE: lib/gdi32/misc/heap.c
|
||||
* FILE: win32ss/gdi/gdi32/misc/heap.c
|
||||
* PROGRAMER:
|
||||
* REVISION HISTORY:
|
||||
* NOTES:
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*/
|
||||
/*
|
||||
* PROJECT: ReactOS gdi32.dll
|
||||
* FILE: dll/win32/gdi32/misc/misc.c
|
||||
* FILE: win32ss/gdi/gdi32/misc/misc.c
|
||||
* PURPOSE: Miscellaneous functions
|
||||
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
|
||||
* UPDATE HISTORY:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS System Libraries
|
||||
* FILE: dll/gdi32/objects/coord.c
|
||||
* FILE: win32ss/gdi/gdi32/objects/coord.c
|
||||
* PURPOSE: Functions for coordinate transformation
|
||||
* PROGRAMMER:
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS System Libraries
|
||||
* FILE: dll/gdi32/objects/coord.c
|
||||
* FILE: win32ss/gdi/gdi32/objects/efloat.c
|
||||
* PURPOSE: Functions to convert between FLOAT and EFLOAT
|
||||
* PROGRAMMER: James Tabor
|
||||
*/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
* FILE: lib/gdi32/object/font.c
|
||||
* FILE: win32ss/gdi/gdi32/objects/font.c
|
||||
* PURPOSE:
|
||||
* PROGRAMMER:
|
||||
*
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS GDI32
|
||||
* PURPOSE: LineDDA Function
|
||||
* FILE: dll/win32/gdi32/objects/linedda.c
|
||||
* FILE: win32ss/gdi/gdi32/objects/linedda.c
|
||||
* PROGRAMER: Steven Edwards
|
||||
* REVISION HISTORY: 2003/11/15 sedwards Created, 2009/04 gschneider Updated
|
||||
* NOTES: Adapted from Wine
|
||||
|
|
Loading…
Reference in a new issue