Dmitry Timoshkov <[EMAIL PROTECTED]> writes: > Added partial implementations for GetOpenFileNamePreview, > GetOpenFileNamePreviewA, GetOpenFileNamePreviewW, > GetSaveFileNamePreviewA, GetSaveFileNamePreviewW. This doesn't work because it creates a circular dependency: msvfw32.dll imports comdlg32.dll which imports comctl32.dll which imports msvfw32.dll... The correct fix is probably to remove the msvfw32 import from comctl32. -- Alexandre Julliard [EMAIL PROTECTED]
- Re: Several partial implementations Alexandre Julliard
- Re: Several partial implementations Ulrich Weigand
- Re: Several partial implementations Eric Pouech
- Re: Several partial implementations Alexandre Julliard