Skip to content
Snippets Groups Projects
Commit 4e8eb7aa authored by rswindell's avatar rswindell
Browse files

No functional changes.

parent 9146f591
No related branches found
No related tags found
No related merge requests found
......@@ -259,12 +259,12 @@ __declspec(dllexport) void __cdecl VDDDispatch(void)
status->inbuf_full+=RingBufFull(&rdbuf);
/* OUTBUF FULL/SIZZE */
/* OUTBUF FULL/SIZE */
if(!GetMailslotInfo(
wrslot, // mailslot handle
&status->outbuf_size, // address of maximum message size
&status->outbuf_full, // address of size of next message
NULL, // address of number of messages
&count, // address of number of messages
NULL // address of read time-out
)) {
status->outbuf_full=0;
......@@ -272,7 +272,7 @@ __declspec(dllexport) void __cdecl VDDDispatch(void)
}
if(status->outbuf_full==MAILSLOT_NO_MESSAGE)
status->outbuf_full=0;
/* ONLINE */
if(WaitForSingleObject(hungup_event,0)==WAIT_OBJECT_0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment