- the handle system now lets you create HandleSecurity structs easier, but source compatibility is broken (using the old syntax wasn't really good C++ anyway!)

- fixed VM including PluginSys for some reason

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40863
This commit is contained in:
David Anderson
2007-05-29 08:30:13 +00:00
parent c1c293ccc4
commit be634bb027
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include <stdio.h>
#include <string.h>
#include "PluginSys.h"
#include "sp_vm_function.h"
/********************
* FUNCTION CALLING *