summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/tools.h')
-rw-r--r--protocols/Xfire/src/tools.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Xfire/src/tools.h b/protocols/Xfire/src/tools.h
index 7b25e956bf..22db7abe62 100644
--- a/protocols/Xfire/src/tools.h
+++ b/protocols/Xfire/src/tools.h
@@ -5,7 +5,7 @@
#include "baseProtocol.h"
#include <m_popup.h>
-#include <string>
+
using std::string;
//****************************
@@ -25,14 +25,14 @@ typedef struct _PEB_LDR_DATA {
PVOID Reserved2[3];
LIST_ENTRY InMemoryOrderModuleList;
} PEB_LDR_DATA,
-*PPEB_LDR_DATA;
+ *PPEB_LDR_DATA;
typedef struct _RTL_USER_PROCESS_PARAMETERS {
BYTE Reserved1[16];
PVOID Reserved2[10];
UNICODE_STRING ImagePathName;
UNICODE_STRING CommandLine;
} RTL_USER_PROCESS_PARAMETERS,
-*PRTL_USER_PROCESS_PARAMETERS;
+ *PRTL_USER_PROCESS_PARAMETERS;
typedef struct _PEB {
BYTE Reserved1[2];
BYTE BeingDebugged;
@@ -47,7 +47,7 @@ typedef struct _PEB {
PVOID Reserved7[1];
ULONG SessionId;
} PEB,
-*PPEB;
+ *PPEB;
typedef struct
{
ULONG AllocationSize;