commit | c912749be5400a2bf42f553735f38ab43703d2ae | [log] [tgz] |
---|---|---|
author | Klaas van Gend <Klaas@vangend.demon.nl> | Sun Feb 28 20:05:11 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Feb 28 20:05:11 1999 +0000 |
tree | a73bb2ec32697859c532bae85a296afe951785a9 | |
parent | b0d52b0071f4e38b7a895ade0c78626ce8ec4218 [diff] [blame] |
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.
diff --git a/configure.in b/configure.in index 3caa6b4..e415059 100644 --- a/configure.in +++ b/configure.in
@@ -623,6 +623,7 @@ dlls/Makefile dlls/advapi32/Makefile dlls/comctl32/Makefile +dlls/commdlg/Makefile dlls/imagehlp/Makefile dlls/msacm/Makefile dlls/msacm32/Makefile