#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <debug.h>
Go to the source code of this file.
◆ NDEBUG
◆ PINSTALL_REACTOS
◆ RunInstallReactOS()
static INT RunInstallReactOS |
( |
INT |
argc, |
|
|
WCHAR * |
argv[] |
|
) |
| |
|
static |
Definition at line 22 of file setup.c.
23{
27
30 {
31 DPRINT(
"Failed to load 'syssetup.dll'!\n");
33 }
34 DPRINT(
"Loaded 'syssetup.dll'!\n");
35
36
39 {
41 DPRINT(
"Failed to get address for 'InstallWindowsNt()'!\n");
42 }
43 else
44 {
46 }
47
48 return RetVal;
49}
INT(WINAPI * PINSTALL_REACTOS)(INT argc, WCHAR **argv)
#define GetProcAddress(x, y)
static DWORD InstallReactOS(VOID)
DWORD WINAPI GetLastError(void)
Referenced by wmain().
◆ wmain()
Definition at line 53 of file setup.c.
54{
56
57
60
65
66
67
69 {
71 }
72
73#if 0
74
75 else if (...)
76 {
77
78 }
79#endif
80
81 return 0;
82}
static INT RunInstallReactOS(INT argc, WCHAR *argv[])
#define ERROR_INVALID_PARAMETER
LPWSTR WINAPI GetCommandLineW(VOID)
static const WCHAR CmdLine[]
_Check_return_ _CRTIMP int __cdecl _wcsicmp(_In_z_ const wchar_t *_Str1, _In_z_ const wchar_t *_Str2)