mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Change credits as requested by Jon Griffiths <jon_p_griffiths@yahoo.com>
svn path=/trunk/; revision=5714
This commit is contained in:
parent
92f4c1b15d
commit
39b5c8f5e4
1 changed files with 8 additions and 3 deletions
|
@ -1,11 +1,16 @@
|
|||
/* $Id: cpp.c,v 1.2 2003/08/07 04:03:23 royce Exp $
|
||||
/* $Id: cpp.c,v 1.3 2003/08/20 21:41:22 gvg Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS C runtime
|
||||
* FILE: cpp.c
|
||||
* PURPOSE: C++ runtime
|
||||
* PROGRAMMERS: Ge van Geldorp (ge@gse.nl)
|
||||
* NOTES: Copied from Wine and slightly adapter for ReactOS
|
||||
* NOTES: Copied from Wine and slightly adapted for ReactOS
|
||||
* This is a derivative work compiled of work written and
|
||||
* copyrighted by (at least):
|
||||
* Alexandre Juliard <juliard@winehq.org>
|
||||
* Patrik Stridvall <ps@leissner.se>
|
||||
* Dimitrie O. Paun <dpaun@rogers.com>
|
||||
* Jon Griffiths <jon_p_griffiths@yahoo.com>
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Reference in a new issue