diff options
Diffstat (limited to 'plugins/PluginUpdater/src/stdafx.h')
-rw-r--r-- | plugins/PluginUpdater/src/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h index 1bc95e97d5..62b5086088 100644 --- a/plugins/PluginUpdater/src/stdafx.h +++ b/plugins/PluginUpdater/src/stdafx.h @@ -41,7 +41,6 @@ Boston, MA 02111-1307, USA. #include <m_assocmgr.h>
#include <m_gui.h>
#include <win2k.h>
-#include <m_pluginupdater.h>
#include <m_folders.h>
@@ -57,6 +56,9 @@ extern "C" #include <m_autobackups.h>
+#define MS_PU_SHOWLIST "PluginUpdater/ShowList"
+#define MS_PU_CHECKUPDATES "PluginUpdater/CheckUpdates"
+
#include "Notifications.h"
// Enable Visual Style
@@ -238,7 +240,6 @@ typedef OBJLIST<ServListEntry> SERVLIST; void InitPopupList();
void InitNetlib();
void InitIcoLib();
-void InitServices();
void InitEvents();
void InitListNew();
void InitCheck();
@@ -258,7 +259,6 @@ wchar_t* GetDefaultUrl(); bool DownloadFile(FILEURL *pFileURL, HNETLIBCONN &nlc);
void ShowPopup(LPCTSTR Title, LPCTSTR Text, int Number);
-void __stdcall OpenPluginOptions(void*);
void CheckUpdateOnStartup();
void __stdcall InitTimer(void *type);
|