Fixed compilation of the Control panel.
This commit is contained in:
parent
787cf10922
commit
22c5d8f5e2
|
@ -4,8 +4,10 @@
|
||||||
* To be distributed under the Wine license
|
* To be distributed under the Wine license
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <win.h>
|
#include <stdio.h>
|
||||||
#include <shell.h>
|
#include <string.h>
|
||||||
|
#include <windows.h>
|
||||||
|
#include <shellapi.h>
|
||||||
#include "params.h"
|
#include "params.h"
|
||||||
|
|
||||||
void launch(char what[255])
|
void launch(char what[255])
|
||||||
|
|
Loading…
Reference in New Issue