pidgin/win32/winpidgin.c

branch
release-2.x.y
changeset 37507
43b559f9cb68
parent 36301
2b4af2e09a67
child 37901
41e45e18f3b2
child 40837
0611c060a02c
equal deleted inserted replaced
37506:7e7d2f4260a6 37507:43b559f9cb68
23 * along with this program; if not, write to the Free Software 23 * along with this program; if not, write to the Free Software
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 * 25 *
26 */ 26 */
27 27
28 /* This is for ATTACH_PARENT_PROCESS */
29 #ifndef _WIN32_WINNT
30 #define _WIN32_WINNT 0x501
31 #endif
32 #include <windows.h> 28 #include <windows.h>
33 #include <fcntl.h> 29 #include <fcntl.h>
34 #include <stdlib.h> 30 #include <stdlib.h>
35 #include <string.h> 31 #include <string.h>
36 #include <stdio.h> 32 #include <stdio.h>

mercurial