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

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

* empty log message *

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