- created server object for handling async i/o - implemented WaitCommEvent with the EV_RXCHAR flag - implemented GetOverlappedResult
diff --git a/server/Makefile.in b/server/Makefile.in index a7779f3..6f1c36a 100644 --- a/server/Makefile.in +++ b/server/Makefile.in
@@ -6,6 +6,7 @@ MODULE = none C_SRCS = \ + async.c \ atom.c \ change.c \ console.c \