Fixed compilation of the Control panel.

oldstable
Pavel Roskin 1999-04-03 11:23:15 +00:00 committed by Alexandre Julliard
parent 787cf10922
commit 22c5d8f5e2
1 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,10 @@
* To be distributed under the Wine license
*/
#include <win.h>
#include <shell.h>
#include <stdio.h>
#include <string.h>
#include <windows.h>
#include <shellapi.h>
#include "params.h"
void launch(char what[255])