Alexandre Julliard | 0799c1a | 2002-03-09 23:29:33 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Clock resources |
| 3 | * |
| 4 | * Copyright 1998 Marcel Baur <mbaur@g26.ethz.ch> |
| 5 | * |
| 6 | * This library is free software; you can redistribute it and/or |
| 7 | * modify it under the terms of the GNU Lesser General Public |
| 8 | * License as published by the Free Software Foundation; either |
| 9 | * version 2.1 of the License, or (at your option) any later version. |
| 10 | * |
| 11 | * This library is distributed in the hope that it will be useful, |
| 12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 14 | * Lesser General Public License for more details. |
| 15 | * |
| 16 | * You should have received a copy of the GNU Lesser General Public |
| 17 | * License along with this library; if not, write to the Free Software |
Jonathan Ernst | 360a3f9 | 2006-05-18 14:49:52 +0200 | [diff] [blame] | 18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA |
Alexandre Julliard | 0799c1a | 2002-03-09 23:29:33 +0000 | [diff] [blame] | 19 | */ |
Ulrich Weigand | 97d05c8 | 2000-01-29 22:07:03 +0000 | [diff] [blame] | 20 | |
Marcelo Duarte | 5bb472e | 2003-06-23 18:15:15 +0000 | [diff] [blame] | 21 | #include <windows.h> |
Ulrich Weigand | 97d05c8 | 2000-01-29 22:07:03 +0000 | [diff] [blame] | 22 | |
Sylvain Petreolle | fdff523 | 2002-03-27 21:17:01 +0000 | [diff] [blame] | 23 | #include "clock_res.h" |
Richard Cohen | 260b614 | 2003-12-03 03:58:29 +0000 | [diff] [blame] | 24 | |
David Kredba | c9eefce | 2004-10-18 19:42:43 +0000 | [diff] [blame] | 25 | #include "Cs.rc" |
Ulrich Weigand | 97d05c8 | 2000-01-29 22:07:03 +0000 | [diff] [blame] | 26 | #include "Da.rc" |
| 27 | #include "De.rc" |
| 28 | #include "En.rc" |
Antonio Codazzi | e5def1c | 2006-04-01 17:46:33 +0200 | [diff] [blame] | 29 | #include "Eo.rc" |
Ulrich Weigand | 97d05c8 | 2000-01-29 22:07:03 +0000 | [diff] [blame] | 30 | #include "Es.rc" |
| 31 | #include "Fi.rc" |
| 32 | #include "Fr.rc" |
Zoly Nagy | 9560ece | 2002-11-04 22:45:22 +0000 | [diff] [blame] | 33 | #include "Hu.rc" |
Ivan Leo Murray-Smith | 4ea0442 | 2003-08-19 03:44:41 +0000 | [diff] [blame] | 34 | #include "It.rc" |
Mike McCormack | 9e3c406 | 2005-11-10 11:06:34 +0000 | [diff] [blame] | 35 | #include "Ko.rc" |
Hans Leidekker | d31d27f | 2003-10-01 03:04:32 +0000 | [diff] [blame] | 36 | #include "Nl.rc" |
Alexander N. Sørnes | c7544ef | 2005-09-20 12:00:13 +0000 | [diff] [blame] | 37 | #include "No.rc" |
Jacek Caban | e1143d7 | 2004-10-05 18:09:34 +0000 | [diff] [blame] | 38 | #include "Pl.rc" |
Ulrich Weigand | 97d05c8 | 2000-01-29 22:07:03 +0000 | [diff] [blame] | 39 | #include "Pt.rc" |
Igor Stepin | 97b7bc1 | 2003-05-04 02:33:08 +0000 | [diff] [blame] | 40 | #include "Ru.rc" |
Rok Mandeljc | 12b9011 | 2002-08-30 00:00:01 +0000 | [diff] [blame] | 41 | #include "Si.rc" |
Peter Ivanyi | 1da3bef | 2000-10-31 01:19:11 +0000 | [diff] [blame] | 42 | #include "Sk.rc" |
Ulrich Weigand | 97d05c8 | 2000-01-29 22:07:03 +0000 | [diff] [blame] | 43 | #include "Sw.rc" |
Jon Griffiths | b82f98c | 2003-11-25 00:08:18 +0000 | [diff] [blame] | 44 | #include "Th.rc" |
Fatih Aşıcı | 3b83595 | 2006-02-06 13:07:30 +0100 | [diff] [blame] | 45 | #include "Tr.rc" |
Ulrich Weigand | 97d05c8 | 2000-01-29 22:07:03 +0000 | [diff] [blame] | 46 | #include "Wa.rc" |
Liu Spider | 9b5375e | 2003-01-09 00:51:09 +0000 | [diff] [blame] | 47 | #include "Zh.rc" |