Author: jgardou
Date: Tue Jul 13 18:09:55 2010
New Revision: 48025
URL:
http://svn.reactos.org/svn/reactos?rev=48025&view=rev
Log:
Forgotten files, part 1 of x
Added:
branches/reactos-yarotows/lib/sdk/ioevent/ (with props)
branches/reactos-yarotows/lib/sdk/ioevent/ioevent.c (with props)
branches/reactos-yarotows/lib/sdk/ioevent/ioevent.rbuild (with props)
Propchange: branches/reactos-yarotows/lib/sdk/ioevent/
------------------------------------------------------------------------------
--- bugtraq:logregex (added)
+++ bugtraq:logregex Tue Jul 13 18:09:55 2010
@@ -1,0 +1,2 @@
+([Ii]ssue|[Bb]ug)s? #?(\d+)(,? ?#?(\d+))*(,? ?(and |or )?#?(\d+))?
+(\d+)
Propchange: branches/reactos-yarotows/lib/sdk/ioevent/
------------------------------------------------------------------------------
bugtraq:message = See issue #%BUGID% for more details.
Propchange: branches/reactos-yarotows/lib/sdk/ioevent/
------------------------------------------------------------------------------
bugtraq:url =
http://www.reactos.org/bugzilla/show_bug.cgi?id=%BUGID%
Propchange: branches/reactos-yarotows/lib/sdk/ioevent/
------------------------------------------------------------------------------
tsvn:logminsize = 10
Added: branches/reactos-yarotows/lib/sdk/ioevent/ioevent.c
URL:
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/lib/sdk/ioeven…
==============================================================================
--- branches/reactos-yarotows/lib/sdk/ioevent/ioevent.c (added)
+++ branches/reactos-yarotows/lib/sdk/ioevent/ioevent.c [iso-8859-1] Tue Jul 13 18:09:55
2010
@@ -1,0 +1,8 @@
+#include <stdarg.h>
+
+#define COM_NO_WINDOWS_H
+#include "initguid.h"
+
+#include <ioevent.h>
+
+/* EOF */
Propchange: branches/reactos-yarotows/lib/sdk/ioevent/ioevent.c
------------------------------------------------------------------------------
svn:eol-style = native
Added: branches/reactos-yarotows/lib/sdk/ioevent/ioevent.rbuild
URL:
http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/lib/sdk/ioeven…
==============================================================================
--- branches/reactos-yarotows/lib/sdk/ioevent/ioevent.rbuild (added)
+++ branches/reactos-yarotows/lib/sdk/ioevent/ioevent.rbuild [iso-8859-1] Tue Jul 13
18:09:55 2010
@@ -1,0 +1,5 @@
+<?xml version="1.0"?>
+<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
+<module name="ioevent" type="staticlibrary">
+ <file>ioevent.c</file>
+</module>
Propchange: branches/reactos-yarotows/lib/sdk/ioevent/ioevent.rbuild
------------------------------------------------------------------------------
svn:eol-style = native