setupapi.rc 1.23 KB
Newer Older
1 2 3
/*
 * Top level resource file for SETUPX
 *
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
 * Copyright 2001 Andreas Mohr
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19 20 21
 */

#include "windef.h"
22
#include "winbase.h"
23 24 25 26
#include "winuser.h"
#include "winnls.h"
#include "setupapi_private.h"

27
#include "Bg.rc"
David Kredba's avatar
David Kredba committed
28
#include "Cs.rc"
29
#include "De.rc"
Igor Stepin's avatar
Igor Stepin committed
30
#include "En.rc"
31
#include "Es.rc"
32
#include "Eo.rc"
33
#include "Fi.rc"
34
#include "Fr.rc"
35
#include "Hu.rc"
36
#include "It.rc"
37
#include "Ja.rc"
YunSong Hwang's avatar
YunSong Hwang committed
38
#include "Ko.rc"
39
#include "Nl.rc"
40
#include "No.rc"
41
#include "Pl.rc"
42
#include "Pt.rc"
Igor Stepin's avatar
Igor Stepin committed
43
#include "Ru.rc"
44
#include "Sv.rc"
45
#include "Tr.rc"