mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +00:00
Fix REL build, part 2.
svn path=/trunk/; revision=45539
This commit is contained in:
parent
cca78c7b11
commit
e815fe376b
1 changed files with 3 additions and 2 deletions
|
@ -277,6 +277,8 @@ VOID Rs232PortPutByte(UCHAR ByteToSend)
|
||||||
WRITE_PORT_UCHAR (SER_THR(Rs232PortBase), ByteToSend);
|
WRITE_PORT_UCHAR (SER_THR(Rs232PortBase), ByteToSend);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif /* DBG */
|
||||||
|
|
||||||
BOOLEAN Rs232PortInUse(ULONG Base)
|
BOOLEAN Rs232PortInUse(ULONG Base)
|
||||||
{
|
{
|
||||||
#if DBG
|
#if DBG
|
||||||
|
@ -286,5 +288,4 @@ BOOLEAN Rs232PortInUse(ULONG Base)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* DBG */
|
#endif /* not _M_ARM */
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue