Create a new subdirectory for the common dialog box DLL and move all
commitc912749be5400a2bf42f553735f38ab43703d2ae
authorKlaas van Gend <Klaas@vangend.demon.nl>
Sun, 28 Feb 1999 20:05:11 +0000 (28 20:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 28 Feb 1999 20:05:11 +0000 (28 20:05 +0000)
treea73bb2ec32697859c532bae85a296afe951785a9
parentb0d52b0071f4e38b7a895ade0c78626ce8ec4218
Create a new subdirectory for the common dialog box DLL and move all
code from /misc/commdlg.c to this directory.  Also made a start in
documenting the API calls.
14 files changed:
Makefile.in
configure
configure.in
dlls/Makefile.in
dlls/commdlg/.cvsignore [new file with mode: 0644]
dlls/commdlg/Makefile.in [new file with mode: 0644]
dlls/commdlg/colordlg.c [new file with mode: 0644]
dlls/commdlg/filedlg.c [new file with mode: 0644]
dlls/commdlg/finddlg.c [new file with mode: 0644]
dlls/commdlg/fontdlg.c [new file with mode: 0644]
dlls/commdlg/generic.c [new file with mode: 0644]
dlls/commdlg/printdlg.c [new file with mode: 0644]
misc/Makefile.in
misc/commdlg.c [deleted file]