Added a bunch of entry points.
Added some stubs and header information.
Fixed some return codes.

diff --git a/include/rpc.h b/include/rpc.h
index ea3b0f7..51928a3 100644
--- a/include/rpc.h
+++ b/include/rpc.h
@@ -14,6 +14,7 @@
 #define __RPC_USER WINAPI
 #define __RPC_STUB WINAPI
 #define RPC_ENTRY  WINAPI
+#define RPCRTAPI
 typedef long RPC_STATUS;
 
 typedef void* I_RPC_HANDLE;
@@ -38,7 +39,7 @@
 
 #include "rpcdce.h"
 /* #include "rpcnsi.h" */
-/* #include "rpcnterr.h" */
+#include "rpcnterr.h"
 /* #include "excpt.h" */
 #include "winerror.h"