Author: dgorbachev Date: Tue Feb 9 21:21:54 2010 New Revision: 45539
URL: http://svn.reactos.org/svn/reactos?rev=45539&view=rev Log: Fix REL build, part 2.
Modified: trunk/reactos/boot/freeldr/freeldr/comm/rs232.c
Modified: trunk/reactos/boot/freeldr/freeldr/comm/rs232.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/comm/r... ============================================================================== --- trunk/reactos/boot/freeldr/freeldr/comm/rs232.c [iso-8859-1] (original) +++ trunk/reactos/boot/freeldr/freeldr/comm/rs232.c [iso-8859-1] Tue Feb 9 21:21:54 2010 @@ -277,6 +277,8 @@ WRITE_PORT_UCHAR (SER_THR(Rs232PortBase), ByteToSend); }
+#endif /* DBG */ + BOOLEAN Rs232PortInUse(ULONG Base) { #if DBG @@ -286,5 +288,4 @@ #endif }
-#endif /* DBG */ -#endif +#endif /* not _M_ARM */