• Juergen Schmied's avatar
    - Rewrite of the shell related parts of the dialog to use the already · e2f4aefb
    Juergen Schmied authored
      in shell32implemented functions (ShellFolder/Path*). Eliminated direct
      file access.
    - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
      some dlls per *.spec file
    - Most OpenFile Flags (OFN_*) should work properly now
    - The edit box should work right with all stuff entered in it like
      ..\temp\file.txt or just c: to change a drive
    - Optimized DataObject handling
    - Some bugs fixed, should work with native shell32 again.
    - Stubs for PrintDlgEx
    e2f4aefb
printdlg.c 37.8 KB