mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
27337af65c
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.
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
/*
|
|
* Top level resource file for Common Dialogs
|
|
*
|
|
*/
|
|
|
|
#include "windef.h"
|
|
#include "winuser.h"
|
|
#include "winnls.h"
|
|
#include "cdlg.h"
|
|
#include "winspool.h"
|
|
#include "filedlgbrowser.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 "cdlg_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 "cdlg_Ca.rc"
|
|
#include "cdlg_Cs.rc"
|
|
#include "cdlg_Da.rc"
|
|
#include "cdlg_De.rc"
|
|
#include "cdlg_En.rc"
|
|
#include "cdlg_Eo.rc"
|
|
#include "cdlg_Es.rc"
|
|
#include "cdlg_Fi.rc"
|
|
#include "cdlg_Fr.rc"
|
|
#include "cdlg_Hu.rc"
|
|
#include "cdlg_It.rc"
|
|
#include "cdlg_Ko.rc"
|
|
#include "cdlg_Nl.rc"
|
|
#include "cdlg_No.rc"
|
|
#include "cdlg_Pl.rc"
|
|
#include "cdlg_Pt.rc"
|
|
#include "cdlg_Ru.rc"
|
|
#include "cdlg_Sk.rc"
|
|
#include "cdlg_Sv.rc"
|
|
#include "cdlg_Wa.rc"
|
|
#include "cdlg_Ja.rc"
|