mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
20 lines
322 B
C
20 lines
322 B
C
#ifndef _RAPPS_H
|
|
#define _RAPPS_H
|
|
|
|
#if DBG && !defined(_DEBUG)
|
|
#define _DEBUG // CORE-17505
|
|
#endif
|
|
|
|
#include "defines.h"
|
|
|
|
#include "dialogs.h"
|
|
#include "appinfo.h"
|
|
#include "appdb.h"
|
|
#include "misc.h"
|
|
#include "configparser.h"
|
|
|
|
extern LONG g_Busy;
|
|
|
|
#define WM_NOTIFY_OPERATIONCOMPLETED (WM_APP + 0)
|
|
|
|
#endif /* _RAPPS_H */
|