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

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

header changes

File size: 820 bytes
Line 
1/* $Id: authors.h,v 1.8 2000-01-26 23:17:48 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 "Jeroen van den Horn",
15 "Patrick Haller",
16 "Achim Hasenmueller",
17 "Bart van Leeuwen",
18 "Sander van Leeuwen",
19 "Felix Maschek",
20 "Chris McKillop",
21 "Nenad Milenkovic",
22 "Markus Montkowski",
23 "Michal Necasek",
24 "Knut Stange Osmundsen",
25 "Vitali E. Pelenyov",
26 "Rene Pronk",
27 "David Raison",
28 "Vit Timchishin",
29 "Joel Troster",
30 "Jens Wiessner",
31 "Vince Vielhaber",
32 "<<< all the WINE people >>>",
33 NULL
34};
35
36#endif /* __WINE_AUTHORS_H */
Note: See TracBrowser for help on using the repository browser.