Author: arty
Date: Sun Jun 25 02:10:40 2006
New Revision: 22597
URL:
http://svn.reactos.org/svn/reactos?rev=22597&view=rev
Log:
WIP Stragglers.
Added:
branches/powerpc/reactos/boot/freeldr/freeldr/include/arch/powerpc/
branches/powerpc/reactos/boot/freeldr/freeldr/include/arch/powerpc/compat.h
Added: branches/powerpc/reactos/boot/freeldr/freeldr/include/arch/powerpc/compat.h
URL:
http://svn.reactos.org/svn/reactos/branches/powerpc/reactos/boot/freeldr/fr…
==============================================================================
--- branches/powerpc/reactos/boot/freeldr/freeldr/include/arch/powerpc/compat.h (added)
+++ branches/powerpc/reactos/boot/freeldr/freeldr/include/arch/powerpc/compat.h Sun Jun 25
02:10:40 2006
@@ -1,0 +1,6 @@
+#ifndef FREELDR_ARCH_POWERPC_COMPAT_H
+#define FREELDR_ARCH_POWERPC_COMPAT_H
+
+#include <string.h>
+
+#endif/*FREELDR_ARCH_POWERPC_COMPAT_H*/