Commit 2def47f0 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Move an extern declaration to stop egcs-2.91.66 from crashing.

parent 44b4235a
......@@ -23,10 +23,9 @@
#include <shellapi.h>
#include "params.h"
extern void WINAPI Control_RunDLL(HWND hWnd, HINSTANCE hInst, LPCSTR cmd, DWORD nCmdShow);
void launch(const char *what)
{
extern void WINAPI Control_RunDLL(HWND hWnd, HINSTANCE hInst, LPCSTR cmd, DWORD nCmdShow);
Control_RunDLL(GetDesktopWindow(), 0, what, SW_SHOW);
exit(0);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment