mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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 ([email protected])
|
||||
*/
|
||||
|
||||
@@ -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 ([email protected])
|
||||
*/
|
||||
|
||||
@@ -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 ([email protected])
|
||||
* Magnus Olsen ([email protected])
|
||||
*/
|
||||
|
||||
@@ -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 <[email protected]>
|
||||
* 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
|
||||
|
||||
Reference in New Issue
Block a user