mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
a9b1e059f4
* Just rename the 4 new files. Absolutely no other change. * CMakeLists.txt, adapt the filenames * Adapt all includes to make it compile * CApplicationDB->CAppDB * CApplicationInfo->CAppInfo * Follow Mark Jansens good example and antipad the headers
16 lines
250 B
C
16 lines
250 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"
|
|
|
|
#endif /* _RAPPS_H */
|