mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Fix REL build, part 2.
svn path=/trunk/; revision=45539
This commit is contained in:
@@ -277,6 +277,8 @@ VOID Rs232PortPutByte(UCHAR ByteToSend)
|
||||
WRITE_PORT_UCHAR (SER_THR(Rs232PortBase), ByteToSend);
|
||||
}
|
||||
|
||||
#endif /* DBG */
|
||||
|
||||
BOOLEAN Rs232PortInUse(ULONG Base)
|
||||
{
|
||||
#if DBG
|
||||
@@ -286,5 +288,4 @@ BOOLEAN Rs232PortInUse(ULONG Base)
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif /* DBG */
|
||||
#endif
|
||||
#endif /* not _M_ARM */
|
||||
|
||||
Reference in New Issue
Block a user