pidgin/win32/gtkwin32dep.c

changeset 35891
1048ba029ac2
parent 35869
184849af4d62
child 35892
02bf3200b9cb
equal deleted inserted replaced
35890:f79a5a517996 35891:1048ba029ac2
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
22 * 22 *
23 */ 23 */
24 #define _WIN32_IE 0x500
25 #ifndef WINVER
26 #define WINVER 0x0500 /* W2K */
27 #endif
28
29 #include "internal.h" 24 #include "internal.h"
30 25
31 #include <io.h> 26 #include <io.h>
32 #include <stdlib.h> 27 #include <stdlib.h>
33 #include <stdio.h> 28 #include <stdio.h>

mercurial