pidgin/pidgin.c

changeset 40502
875489636847
parent 40496
6941fece679b
child 40616
064ff9f4150a
equal deleted inserted replaced
40501:011cdaa64ecc 40502:875489636847
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23 23
24 #include "pidgincore.h" 24 #include <glib/gi18n.h>
25
26 #include <pidgin.h>
25 27
26 #ifdef _WIN32 28 #ifdef _WIN32
27 /* suppress gcc "no previous prototype" warning */ 29 /* suppress gcc "no previous prototype" warning */
28 int __cdecl pidgin_main(HINSTANCE hint, int argc, char *argv[]); 30 int __cdecl pidgin_main(HINSTANCE hint, int argc, char *argv[]);
29 int __cdecl pidgin_main(HINSTANCE hint, int argc, char *argv[]) 31 int __cdecl pidgin_main(HINSTANCE hint, int argc, char *argv[])

mercurial