summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/src/Options.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewAwaySysMod/src/Options.h')
-rw-r--r--plugins/NewAwaySysMod/src/Options.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugins/NewAwaySysMod/src/Options.h b/plugins/NewAwaySysMod/src/Options.h
index 666162c50a..5fda4082d9 100644
--- a/plugins/NewAwaySysMod/src/Options.h
+++ b/plugins/NewAwaySysMod/src/Options.h
@@ -22,11 +22,6 @@
#include "CString.h"
#include "TMyArray.h"
-#ifndef lengthof
-#define lengthof(s) (sizeof(s) / sizeof(*s))
-#endif
-
-
class COptItem
{
public:
@@ -399,7 +394,7 @@ public:
int TreeFlags;
protected:
- void RecursiveDelete(HWND hWnd, int I);
+ void RecursiveDelete(HWND hWnd, int i);
int RecursiveMove(int ItemOrder, int ParentID, int InsertAtOrder);
};