diff src/win32/win32dep.h @ 10673:179b0245a2f7

[gaim-migrate @ 12213] This is patches 1115963 and 1115968 from rlaager, implementation of wgaim_get_special_folder() and using it to specify a sane default for the file chooser. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Tue, 08 Mar 2005 03:15:37 +0000
parents 95ca0db2d01d
children 2b772e7094ef
line wrap: on
line diff
--- a/src/win32/win32dep.h	Tue Mar 08 02:37:07 2005 +0000
+++ b/src/win32/win32dep.h	Tue Mar 08 03:15:37 2005 +0000
@@ -22,6 +22,7 @@
  */
 #ifndef _WIN32DEP_H_
 #define _WIN32DEP_H_
+#include <shlobj.h>
 #include <winsock2.h>
 #include <process.h>
 #include <gtk/gtk.h>
@@ -42,6 +43,7 @@
 extern gboolean  wgaim_read_reg_string(HKEY key, char* sub_key, char* val_name, LPBYTE data, LPDWORD data_len);
 extern char*     wgaim_escape_dirsep(char*);
 /* Determine Gaim paths */
+extern char*     wgaim_get_special_folder(int folder_type); /* needs to be g_free'd */
 extern char*     wgaim_install_dir(void);
 extern char*     wgaim_lib_dir(void);
 extern char*     wgaim_locale_dir(void);