|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "defines.h"#include "dialogs.h"#include "appinfo.h"#include "appdb.h"#include "misc.h"#include "configparser.h"

Go to the source code of this file.
Classes | |
| struct | CUpdateDatabaseMutex |
Macros | |
| #define | WM_NOTIFY_OPERATIONCOMPLETED (WM_APP + 0) |
| #define | WM_NOTIFY_INSTALLERFINISHED (WM_APP + 1) |
| #define | MAINWINDOWCLASSNAME L"ROSAPPMGR2" |
| #define | MAINWINDOWMUTEX szWindowClass |
| #define | UPDATEDBMUTEX ( MAINWINDOWCLASSNAME L":UpDB" ) |
Variables | |
| LONG | g_Busy |
| bool | g_PendingInstalledViewRefresh |
| #define MAINWINDOWMUTEX szWindowClass |
| #define UPDATEDBMUTEX ( MAINWINDOWCLASSNAME L":UpDB" ) |
|
extern |
Definition at line 17 of file winmain.cpp.
Referenced by CMainWindow::ProcessWindowMessage(), and CDownloadManager::RealDlgProc().
|
extern |