wine/resources/user32.rc
Bertho Stultiens 27337af65c - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
old parser has been stripped from the old preprocessor-code which
  cleaned up both resource-scanner and -parser.
- Standard defines have been introduced (see README.wrc)
- Both preprocessor- and resource-scanner have been optimized slightly
  so that no backing up is required (one char lookahead is enough).
- Filename-scanning has been cleaned up, though not perfect yet.
- User-type resources are compatible now.
- Line-continuation in strings is corrected so that it does not
  introduce a newline in the output.
2000-05-01 20:05:58 +00:00

47 lines
1 KiB
Plaintext

/*
* Top level resource file for Common Dialogs
*
*/
#include "windef.h"
#include "winuser.h"
#include "winnls.h"
#include "dlgs.h"
/*
* Everything that does not depend on language,
* like textless bitmaps etc, go into the
* neutral language. This will prevent them from
* being duplicated for each language.
*/
/*#include "sysres_xx.rc"*/
/*
* Everything specific to any language goes
* in one of the specific files.
* Note that you can and may override resources
* which also have a neutral version. This is to
* get localized bitmaps for example.
*/
#include "sysres_Ca.rc"
#include "sysres_Cs.rc"
#include "sysres_Da.rc"
#include "sysres_De.rc"
#include "sysres_En.rc"
#include "sysres_Eo.rc"
#include "sysres_Es.rc"
#include "sysres_Fi.rc"
#include "sysres_Fr.rc"
#include "sysres_Hu.rc"
#include "sysres_It.rc"
#include "sysres_Ko.rc"
#include "sysres_Nl.rc"
#include "sysres_No.rc"
#include "sysres_Pl.rc"
#include "sysres_Pt.rc"
#include "sysres_Ru.rc"
#include "sysres_Sk.rc"
#include "sysres_Sv.rc"
#include "sysres_Wa.rc"
#include "sysres_Ja.rc"