src/win_gaim.c

changeset 11570
dc34629fcaf1
parent 11561
5ee24c739c7e
child 11571
51eb7fb5d981
equal deleted inserted replaced
11569:033ae3486987 11570:dc34629fcaf1
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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 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
28 #include <windows.h> 32 #include <windows.h>
29 #include <fcntl.h> 33 #include <fcntl.h>
30 #include <stdlib.h> 34 #include <stdlib.h>
31 #include <string.h> 35 #include <string.h>
32 #include <stdio.h> 36 #include <stdio.h>

mercurial