Skip to content
  • Tor Lillqvist's avatar
    Add -lole32, needed for CoTaskMemFree in get_special_folder() below. · c668f46d
    Tor Lillqvist authored
    2005-01-02  Tor Lillqvist  <tml@iki.fi>
    
    	* gtk/Makefile.am (libgtk_target_ldflags): Add -lole32, needed for
    	CoTaskMemFree in get_special_folder() below.
    
    	* gtk/gtkfilesystem.h: Implement case-insensitive path compare on
    	Win32 using _gtk_file_system_win32_path_compare().
    
    	* gtk/gtk.symbols: Add _gtk_file_system_win32_path_compare.
    
    	* gtk/gtkfilechooserbutton.c (model_add_special)
    	* gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Use
    	_gtk_file_system_win32_get_desktop() to get correct Desktop folder
    	on Win32. (#144003)
    
    	* gtk/gtkfilesystemwin32.c: Remove unnecessary includes. Do
    	consider all drives "mounted", including floppies. Trying to
    	inspect the contents of a nonexistent floppy will cause errors
    	later that are handled normally, no need to avoid them
    	completely. Keep the drive type in the GtkFileSystemVolume.
    	Support UNC paths. (#161797) Fix error message capitalizations
    	as in gtkfilesystemunix.c.
    
    	(gtk_file_sy...
    c668f46d