source: trunk/include/win/authors.h@ 2213

Last change on this file since 2213 was 2213, checked in by sandervl, 26 years ago

VT's codepage changes

File size: 747 bytes
Line 
1/* $Id: authors.h,v 1.5 1999-12-27 18:41:41 sandervl Exp $ */
2#ifndef __WINE_AUTHORS_H
3#define __WINE_AUTHORS_H
4
5static const char * const SHELL_People[] =
6{
7 "Christoph Bratschi",
8 "Edgar Buerkle",
9 "Yuri Dario",
10 "Przemyslaw Dobrowolski",
11 "Daniela Engert",
12 "Peter Fitzsimmons",
13 "Adrian Gschwend",
14 "Patrick Haller",
15 "Achim Hasenmueller",
16 "Sander van Leeuwen",
17 "Felix Maschek",
18 "Chris McKillop",
19 "Nenad Milenkovic",
20 "Markus Montkowski",
21 "Knut Stange Osmundsen",
22 "Vitali E. Pelenyov",
23 "Rene Pronk",
24 "David Raison",
25 "Vit Timchishin",
26 "Joel Troster",
27 "Jens Wiessner",
28 "Vince Vielhaber",
29 "<<< all the WINE people >>>",
30 NULL
31};
32
33#endif /* __WINE_AUTHORS_H */
Note: See TracBrowser for help on using the repository browser.