diff options
Diffstat (limited to 'HTTPServer/Glob.h')
-rw-r--r-- | HTTPServer/Glob.h | 33 |
1 files changed, 24 insertions, 9 deletions
diff --git a/HTTPServer/Glob.h b/HTTPServer/Glob.h index a3a1f71..8dc270c 100644 --- a/HTTPServer/Glob.h +++ b/HTTPServer/Glob.h @@ -19,21 +19,36 @@ #define HTTP_SERVER_GLOB_H
#include <windows.h>
-
-#ifndef INVALID_SET_FILE_POINTER
-#define INVALID_SET_FILE_POINTER (unsigned long)(-1)
-#endif
-
-#ifndef ULONG_PTR
-#define ULONG_PTR ULONG
-#endif
+#include <string>
+#include <process.h>
+#include <stdio.h>
+#include <commctrl.h>
+#include <time.h>
+#include <commctrl.h>
+#include <Winsock.h>
+
+#define MIRANDA_VER 0x0900
+#include "newpluginapi.h"
+#include "m_database.h"
+#include "m_clist.h"
+#include "m_clui.h"
+#include "m_skin.h"
+#include "m_langpack.h"
+#include "m_options.h"
+#include "m_system.h"
+#include "m_history.h"
+#include "m_userinfo.h"
+#include "m_netlib.h"
+#include "m_message.h"
+#include "m_popup.h"
+#include "m_protosvc.h"
#define SD_RECEIVE 0x00
#define SD_SEND 0x01
#define SD_BOTH 0x02
#define MODULE "HTTPServer"
-#define MSG_BOX_TITEL "Miranda (HTTPServer.dll)"
+#define MSG_BOX_TITEL _T("Miranda (HTTPServer.dll)")
#define SplitIpAddress( p ) (BYTE)(p>>24),(BYTE)(p>>16),(BYTE)(p>>8),(BYTE)(p)
|