blob: 82750285d5ef3b0a8ef63d2e7c419d4982b5889a [file] [log] [blame]
Alexandre Julliard0799c1a2002-03-09 23:29:33 +00001/*
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 Ernst360a3f92006-05-18 14:49:52 +020018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Alexandre Julliard0799c1a2002-03-09 23:29:33 +000019 */
Ulrich Weigand97d05c82000-01-29 22:07:03 +000020
Marcelo Duarte5bb472e2003-06-23 18:15:15 +000021#include <windows.h>
Ulrich Weigand97d05c82000-01-29 22:07:03 +000022
Sylvain Petreollefdff5232002-03-27 21:17:01 +000023#include "clock_res.h"
Richard Cohen260b6142003-12-03 03:58:29 +000024
David Kredbac9eefce2004-10-18 19:42:43 +000025#include "Cs.rc"
Ulrich Weigand97d05c82000-01-29 22:07:03 +000026#include "Da.rc"
27#include "De.rc"
28#include "En.rc"
Antonio Codazzie5def1c2006-04-01 17:46:33 +020029#include "Eo.rc"
Ulrich Weigand97d05c82000-01-29 22:07:03 +000030#include "Es.rc"
31#include "Fi.rc"
32#include "Fr.rc"
Zoly Nagy9560ece2002-11-04 22:45:22 +000033#include "Hu.rc"
Ivan Leo Murray-Smith4ea04422003-08-19 03:44:41 +000034#include "It.rc"
Mike McCormack9e3c4062005-11-10 11:06:34 +000035#include "Ko.rc"
Hans Leidekkerd31d27f2003-10-01 03:04:32 +000036#include "Nl.rc"
Alexander N. Sørnesc7544ef2005-09-20 12:00:13 +000037#include "No.rc"
Jacek Cabane1143d72004-10-05 18:09:34 +000038#include "Pl.rc"
Ulrich Weigand97d05c82000-01-29 22:07:03 +000039#include "Pt.rc"
Igor Stepin97b7bc12003-05-04 02:33:08 +000040#include "Ru.rc"
Rok Mandeljc12b90112002-08-30 00:00:01 +000041#include "Si.rc"
Peter Ivanyi1da3bef2000-10-31 01:19:11 +000042#include "Sk.rc"
Ulrich Weigand97d05c82000-01-29 22:07:03 +000043#include "Sw.rc"
Jon Griffithsb82f98c2003-11-25 00:08:18 +000044#include "Th.rc"
Fatih Aşıcı3b835952006-02-06 13:07:30 +010045#include "Tr.rc"
Ulrich Weigand97d05c82000-01-29 22:07:03 +000046#include "Wa.rc"
Liu Spider9b5375e2003-01-09 00:51:09 +000047#include "Zh.rc"