Forgotten files, part 1 of x
authorJérôme Gardou <jerome.gardou@reactos.org>
Tue, 13 Jul 2010 18:09:55 +0000 (18:09 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Tue, 13 Jul 2010 18:09:55 +0000 (18:09 +0000)
svn path=/branches/reactos-yarotows/; revision=48025

lib/sdk/ioevent/ioevent.c [new file with mode: 0644]
lib/sdk/ioevent/ioevent.rbuild [new file with mode: 0644]

diff --git a/lib/sdk/ioevent/ioevent.c b/lib/sdk/ioevent/ioevent.c
new file mode 100644 (file)
index 0000000..2e4f882
--- /dev/null
@@ -0,0 +1,8 @@
+#include <stdarg.h>
+
+#define COM_NO_WINDOWS_H
+#include "initguid.h"
+
+#include <ioevent.h>
+
+/* EOF */
diff --git a/lib/sdk/ioevent/ioevent.rbuild b/lib/sdk/ioevent/ioevent.rbuild
new file mode 100644 (file)
index 0000000..51618cc
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
+<module name="ioevent" type="staticlibrary">
+  <file>ioevent.c</file>
+</module>