| 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[]) |