ReactOS 0.4.15-dev-7906-g1b85a5f
iernonce.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS system libraries
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: ReactOS Extended RunOnce processing with UI.
5 * COPYRIGHT: Copyright 2021 He Yang <1160386205@qq.com>
6 */
7
8#pragma once
9
10#include <cassert>
11#include <cstdlib>
12
13#define WIN32_NO_STATUS
14#define OEMRESOURCE // For OBM_MNARROW
15
16#include <windef.h>
17#include <winbase.h>
18#include <windowsx.h>
19#include <shlwapi.h>
20#include <iernonce_undoc.h>
21
22#include <atlbase.h>
23#include <atlwin.h>
24
25#include "registry.h"
26#include "dialog.h"