Moved things to the proper rpcxxx.h header.
Added some type definitions used by the MFC.

diff --git a/include/rpcndr.h b/include/rpcndr.h
new file mode 100644
index 0000000..a33de66
--- /dev/null
+++ b/include/rpcndr.h
@@ -0,0 +1,14 @@
+#ifndef __WINE_RPCNDR_H
+#define __WINE_RPCNDR_H
+
+#ifndef __RPCNDR_H_VERSION__
+/* FIXME: I'm not sure what version though */
+#define __RPCNDR_H_VERSION__
+#endif // __RPCNDR_H_VERSION__
+
+typedef unsigned char byte;
+
+#define DECLSPEC_UUID(x)
+#define MIDL_INTERFACE(x)   struct
+
+#endif /*__WINE_RPCNDR_H */