| 16 * You should have received a copy of the GNU General Public License |
16 * You should have received a copy of the GNU General Public License |
| 17 * along with this program; if not, write to the Free Software |
17 * along with this program; if not, write to the Free Software |
| 18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
| 19 * |
19 * |
| 20 */ |
20 */ |
| 21 #include "internal.h" |
|
| 22 |
|
| 23 #include <io.h> |
21 #include <io.h> |
| 24 #include <stdlib.h> |
22 #include <stdlib.h> |
| 25 #include <stdio.h> |
23 #include <stdio.h> |
| |
24 #include <windows.h> |
| 26 #include <winuser.h> |
25 #include <winuser.h> |
| 27 #include <shellapi.h> |
26 #include <shellapi.h> |
| 28 |
27 |
| 29 #include <glib.h> |
28 #include <glib.h> |
| 30 #include <glib/gstdio.h> |
29 #include <glib/gstdio.h> |