2017-08-02 12:50:53 +00:00
|
|
|
#ifndef _RAPPS_H
|
|
|
|
#define _RAPPS_H
|
|
|
|
|
2022-01-24 01:50:26 +00:00
|
|
|
#if DBG && !defined(_DEBUG)
|
2023-02-20 18:30:02 +00:00
|
|
|
#define _DEBUG // CORE-17505
|
2022-01-24 01:50:26 +00:00
|
|
|
#endif
|
|
|
|
|
2017-08-02 12:50:53 +00:00
|
|
|
#include "defines.h"
|
|
|
|
|
|
|
|
#include "dialogs.h"
|
2023-02-28 00:00:29 +00:00
|
|
|
#include "appinfo.h"
|
|
|
|
#include "appdb.h"
|
2017-08-02 12:50:53 +00:00
|
|
|
#include "misc.h"
|
2021-09-21 17:00:21 +00:00
|
|
|
#include "configparser.h"
|
2017-08-02 12:50:53 +00:00
|
|
|
|
2024-09-26 16:58:30 +00:00
|
|
|
extern LONG g_Busy;
|
|
|
|
|
|
|
|
#define WM_NOTIFY_OPERATIONCOMPLETED (WM_APP + 0)
|
|
|
|
|
2017-08-02 12:50:53 +00:00
|
|
|
#endif /* _RAPPS_H */
|