pidgin/win32/gtkwin32dep.c

branch
release-2.x.y
changeset 37507
43b559f9cb68
parent 33647
c76b490587d4
child 37565
fa3c41b69e47
equal deleted inserted replaced
37506:7e7d2f4260a6 37507:43b559f9cb68
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 24 #define _WIN32_IE 0x500
25 #ifndef WINVER
26 #define WINVER 0x0500 /* W2K */
27 #endif
28 #include <windows.h> 25 #include <windows.h>
29 #include <io.h> 26 #include <io.h>
30 #include <stdlib.h> 27 #include <stdlib.h>
31 #include <stdio.h> 28 #include <stdio.h>
32 #include <winuser.h> 29 #include <winuser.h>

mercurial