mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS System Libraries
|
* 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
|
* PURPOSE: User-Mode Win32 GDI Library Private Header
|
||||||
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS System Libraries
|
* PROJECT: ReactOS System Libraries
|
||||||
* FILE: lib/gdi32/include/precomp.h
|
* FILE: win32ss/gdi/gdi32/include/precomp.h
|
||||||
* PURPOSE: User-Mode Win32 GDI Library Header
|
* PURPOSE: User-Mode Win32 GDI Library Header
|
||||||
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
* PROGRAMMER: Alex Ionescu (alex@relsoft.net)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS GDI32
|
* PROJECT: ReactOS GDI32
|
||||||
* PURPOSE: GDI DirectX inteface
|
* PURPOSE: GDI DirectX inteface
|
||||||
* FILE: lib/gdi32/misc/gdientry.c
|
* FILE: win32ss/gdi/gdi32/misc/gdientry.c
|
||||||
* PROGRAMERS: Alex Ionescu (alex@relsoft.net)
|
* PROGRAMERS: Alex Ionescu (alex@relsoft.net)
|
||||||
* Magnus Olsen (magnus@greatlord.com)
|
* Magnus Olsen (magnus@greatlord.com)
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS GDI32
|
* PROJECT: ReactOS GDI32
|
||||||
* PURPOSE:
|
* PURPOSE:
|
||||||
* FILE: lib/gdi32/misc/heap.c
|
* FILE: win32ss/gdi/gdi32/misc/heap.c
|
||||||
* PROGRAMER:
|
* PROGRAMER:
|
||||||
* REVISION HISTORY:
|
* REVISION HISTORY:
|
||||||
* NOTES:
|
* NOTES:
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
* PROJECT: ReactOS gdi32.dll
|
* PROJECT: ReactOS gdi32.dll
|
||||||
* FILE: dll/win32/gdi32/misc/misc.c
|
* FILE: win32ss/gdi/gdi32/misc/misc.c
|
||||||
* PURPOSE: Miscellaneous functions
|
* PURPOSE: Miscellaneous functions
|
||||||
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
|
* PROGRAMMER: Thomas Weidenmueller <w3seek@reactos.com>
|
||||||
* UPDATE HISTORY:
|
* UPDATE HISTORY:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS System Libraries
|
* PROJECT: ReactOS System Libraries
|
||||||
* FILE: dll/gdi32/objects/coord.c
|
* FILE: win32ss/gdi/gdi32/objects/coord.c
|
||||||
* PURPOSE: Functions for coordinate transformation
|
* PURPOSE: Functions for coordinate transformation
|
||||||
* PROGRAMMER:
|
* PROGRAMMER:
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS System Libraries
|
* 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
|
* PURPOSE: Functions to convert between FLOAT and EFLOAT
|
||||||
* PROGRAMMER: James Tabor
|
* PROGRAMMER: James Tabor
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
* FILE: lib/gdi32/object/font.c
|
* FILE: win32ss/gdi/gdi32/objects/font.c
|
||||||
* PURPOSE:
|
* PURPOSE:
|
||||||
* PROGRAMMER:
|
* PROGRAMMER:
|
||||||
*
|
*
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS GDI32
|
* PROJECT: ReactOS GDI32
|
||||||
* PURPOSE: LineDDA Function
|
* PURPOSE: LineDDA Function
|
||||||
* FILE: dll/win32/gdi32/objects/linedda.c
|
* FILE: win32ss/gdi/gdi32/objects/linedda.c
|
||||||
* PROGRAMER: Steven Edwards
|
* PROGRAMER: Steven Edwards
|
||||||
* REVISION HISTORY: 2003/11/15 sedwards Created, 2009/04 gschneider Updated
|
* REVISION HISTORY: 2003/11/15 sedwards Created, 2009/04 gschneider Updated
|
||||||
* NOTES: Adapted from Wine
|
* NOTES: Adapted from Wine
|
||||||
|
|
Loading…
Reference in a new issue