2017-08-02 12:50:53 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#define WIN32_NO_STATUS
|
|
|
|
#define _INC_WINDOWS
|
|
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#define COBJMACROS
|
|
|
|
#include <tchar.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
|
|
|
#include <windef.h>
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <winreg.h>
|
|
|
|
#include <wingdi.h>
|
|
|
|
#include <winnls.h>
|
|
|
|
#include <winuser.h>
|
|
|
|
#include <wincon.h>
|
|
|
|
#include <richedit.h>
|
|
|
|
#include <shellapi.h>
|
|
|
|
#include <shlobj.h>
|
|
|
|
#include <shlwapi.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <strsafe.h>
|
|
|
|
#include <ndk/rtlfuncs.h>
|
|
|
|
#include <atlcoll.h>
|
|
|
|
#include <atlsimpcoll.h>
|
2018-02-03 22:42:46 +00:00
|
|
|
#include <atlstr.h>
|
2017-08-02 12:50:53 +00:00
|
|
|
#include <rappsmsg.h>
|
|
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
#include "winmain.h"
|
|
|
|
|
2020-09-20 20:12:19 +00:00
|
|
|
#define APPLICATION_DATABASE_URL L"https://rapps.reactos.org/rappmgr2.cab"
|
|
|
|
#define APPLICATION_DATABASE_NAME L"rappmgr2.cab"
|
2023-02-20 18:30:02 +00:00
|
|
|
#define MAX_STR_LEN 256
|