#include "appwiz.h"
#include <shellapi.h>
#include <cpl.h>
#include <wine/unicode.h>
Go to the source code of this file.
◆ CPlApplet()
Definition at line 41 of file appwiz.c.
static LONG start_params(const WCHAR *params, HWND hwnd_parent)
#define IDS_CPLSYSTEMNAME
#define IDS_CPLSYSTEMDESCRIPTION
HINSTANCE WINAPI ShellExecuteW(HWND hwnd, LPCWSTR lpVerb, LPCWSTR lpFile, LPCWSTR lpParameters, LPCWSTR lpDirectory, INT nShowCmd)
◆ DllMain()
Definition at line 78 of file appwiz.c.
#define UNREFERENCED_PARAMETER(P)
#define DLL_THREAD_ATTACH
#define DLL_PROCESS_ATTACH
static IN DWORD IN LPVOID lpvReserved
HRESULT WINAPI CoInitialize(LPVOID lpReserved)
◆ start_params()
Definition at line 17 of file appwiz.c.
19 static const WCHAR install_geckoW[] = {
'i',
'n',
's',
't',
'a',
'l',
'l',
'_',
'g',
'e',
'c',
'k',
'o',0};
20 static const WCHAR install_monoW[] = {
'i',
'n',
's',
't',
'a',
'l',
'l',
'_',
'm',
'o',
'n',
'o',0};
GLenum const GLfloat * params
BOOL install_addon(addon_t addon_type, HWND hwnd_parent)
WINE_UNICODE_INLINE int strcmpW(const WCHAR *str1, const WCHAR *str2)
Referenced by CPlApplet().
◆ hApplet