ReactOS 0.4.15-dev-7788-g1ad9096
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Utility Manager (Accessibility)
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Pre-compiled header file
5 * COPYRIGHT: Copyright 2019-2020 George Bișoc (george.bisoc@reactos.org)
6 */
7
8#ifndef _UTILMAN_H
9#define _UTILMAN_H
10
11/* INCLUDES ******************************************************************/
12
13#include <windows.h>
14#include <strsafe.h>
15
16#include "resource.h"
17
18/* DEFINES ********************************************************************/
19
20#define MAX_BUFFER 256
21
22/* TYPES **********************************************************************/
23
25
26#endif /* _UTILMAN_H */
27
28/* EOF */
#define VOID
Definition: acefi.h:82
BOOL(WINAPI * EXECDLGROUTINE)(VOID)
Definition: precomp.h:24
#define BOOL
Definition: nt_native.h:43
#define WINAPI
Definition: msvc.h:6