| 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> |