Built-in dlls now have resources attached via the PE-header like
commitd1895a776c59685662a8cee333dbe7d6fd12c106
authorBertho Stultiens <bertho@panter.soci.aau.dk>
Sun, 25 Apr 1999 18:31:35 +0000 (25 18:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 25 Apr 1999 18:31:35 +0000 (25 18:31 +0000)
tree30b1c8bf19279ead1715fe1ba8a08ce831fbbdc3
parent154c99b8c2a518286d4b55946e3bc4bfa873c170
Built-in dlls now have resources attached via the PE-header like
normal dlls. This enables the use of the resource API.
108 files changed:
Make.rules.in
controls/edit.c
controls/menu.c
dlls/comctl32/.cvsignore
dlls/comctl32/Makefile.in
dlls/comctl32/commctrl.c
dlls/comctl32/propsheet.c
dlls/comctl32/rsrc.rc [new file with mode: 0644]
dlls/commdlg/.cvsignore
dlls/commdlg/Makefile.in
dlls/commdlg/cdlg.h [new file with mode: 0644]
dlls/commdlg/cdlg32.c [new file with mode: 0644]
dlls/commdlg/cdlg_Ca.rc [copied from resources/sysres_Ca.rc with 83% similarity]
dlls/commdlg/cdlg_Cs.rc [copied from resources/sysres_Cs.rc with 79% similarity]
dlls/commdlg/cdlg_Da.rc [copied from resources/sysres_Da.rc with 83% similarity]
dlls/commdlg/cdlg_De.rc [copied from resources/sysres_De.rc with 82% similarity]
dlls/commdlg/cdlg_En.rc [copied from resources/sysres_En.rc with 82% similarity]
dlls/commdlg/cdlg_Eo.rc [copied from resources/sysres_Eo.rc with 79% similarity]
dlls/commdlg/cdlg_Es.rc [copied from resources/sysres_Es.rc with 83% similarity]
dlls/commdlg/cdlg_Fi.rc [copied from resources/sysres_Fi.rc with 82% similarity]
dlls/commdlg/cdlg_Fr.rc [copied from resources/sysres_Fr.rc with 82% similarity]
dlls/commdlg/cdlg_Hu.rc [copied from resources/sysres_Hu.rc with 82% similarity]
dlls/commdlg/cdlg_It.rc [copied from resources/sysres_It.rc with 82% similarity]
dlls/commdlg/cdlg_Ko.rc [copied from resources/sysres_Ko.rc with 81% similarity]
dlls/commdlg/cdlg_Nl.rc [copied from resources/sysres_Nl.rc with 82% similarity]
dlls/commdlg/cdlg_No.rc [copied from resources/sysres_No.rc with 79% similarity]
dlls/commdlg/cdlg_Pl.rc [copied from resources/sysres_Pl.rc with 87% similarity]
dlls/commdlg/cdlg_Pt.rc [copied from resources/sysres_Pt.rc with 83% similarity]
dlls/commdlg/cdlg_Ru.rc [copied from resources/sysres_Ru.rc with 82% similarity]
dlls/commdlg/cdlg_Sv.rc [copied from resources/sysres_Sv.rc with 82% similarity]
dlls/commdlg/cdlg_Wa.rc [copied from resources/sysres_Wa.rc with 82% similarity]
dlls/commdlg/cdlg_xx.rc [new file with mode: 0644]
dlls/commdlg/colordlg.c
dlls/commdlg/filedlg.c
dlls/commdlg/filetitle.c [new file with mode: 0644]
dlls/commdlg/finddlg.c
dlls/commdlg/finddlg32.c [new file with mode: 0644]
dlls/commdlg/fontdlg.c
dlls/commdlg/generic.c
dlls/commdlg/printdlg.c
dlls/commdlg/rsrc.rc [new file with mode: 0644]
dlls/shell32/Makefile.in
dlls/shell32/brsfolder.c
dlls/shell32/shell32_Ca.rc [new file with mode: 0644]
dlls/shell32/shell32_Cs.rc [new file with mode: 0644]
dlls/shell32/shell32_Da.rc [new file with mode: 0644]
dlls/shell32/shell32_De.rc [new file with mode: 0644]
dlls/shell32/shell32_En.rc [new file with mode: 0644]
dlls/shell32/shell32_Eo.rc [new file with mode: 0644]
dlls/shell32/shell32_Es.rc [new file with mode: 0644]
dlls/shell32/shell32_Fi.rc [new file with mode: 0644]
dlls/shell32/shell32_Fr.rc [new file with mode: 0644]
dlls/shell32/shell32_Hu.rc [new file with mode: 0644]
dlls/shell32/shell32_It.rc [new file with mode: 0644]
dlls/shell32/shell32_Ko.rc [new file with mode: 0644]
dlls/shell32/shell32_Nl.rc [new file with mode: 0644]
dlls/shell32/shell32_No.rc [new file with mode: 0644]
dlls/shell32/shell32_Pl.rc [new file with mode: 0644]
dlls/shell32/shell32_Pt.rc [new file with mode: 0644]
dlls/shell32/shell32_Ru.rc [new file with mode: 0644]
dlls/shell32/shell32_Sv.rc [new file with mode: 0644]
dlls/shell32/shell32_Wa.rc [new file with mode: 0644]
dlls/shell32/shell32_main.c
dlls/shell32/shell32_xx.rc [new file with mode: 0644]
dlls/shell32/shlview.c
dlls/shell32/shres.rc
if1632/commdlg.spec
include/module.h
include/resource.h
libtest/Makefile.in
loader/ne/module.c
loader/ne/segment.c
programs/avitools/Makefile.in
programs/clock/Makefile.in
programs/cmdlgtst/Makefile.in
programs/notepad/Makefile.in
programs/progman/Makefile.in
programs/regapi/Makefile.in
programs/regtest/Makefile.in
programs/view/Makefile.in
programs/winhelp/Makefile.in
programs/winver/Makefile.in
relay32/builtin32.c
relay32/comdlg32.spec
resources/.cvsignore
resources/Makefile.in
resources/sysres_Ca.rc
resources/sysres_Cs.rc
resources/sysres_Da.rc
resources/sysres_De.rc
resources/sysres_En.rc
resources/sysres_Eo.rc
resources/sysres_Es.rc
resources/sysres_Fi.rc
resources/sysres_Fr.rc
resources/sysres_Hu.rc
resources/sysres_It.rc
resources/sysres_Ko.rc
resources/sysres_Nl.rc
resources/sysres_No.rc
resources/sysres_Pl.rc
resources/sysres_Pt.rc
resources/sysres_Ru.rc
resources/sysres_Sv.rc
resources/sysres_Wa.rc
resources/user32.rc [new file with mode: 0644]
windows/mdi.c
windows/msgbox.c