Symbol fixes

Quick fixing a few more unresolved symbols. This should compile as is, but will not run as it requires mman.dll.
This commit is contained in:
doctaweed
2020-08-26 21:12:32 -06:00
parent 0e5d5ee10e
commit 86ee6637fe
5 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -57,9 +57,9 @@ u32 ReceiveToBuffer(char* buff) {
* The message type is OUTPUT
* DONE, EXACT
*/
s32 SendFromBuffer(char* buff, s32 size) {
return SendFromBufferD(u16(ListenerMessageKind::MSG_OUTPUT), 0, buff, size);
}
//s32 SendFromBuffer(char* buff, s32 size) {
// return SendFromBufferD(u16(ListenerMessageKind::MSG_OUTPUT), 0, buff, size);
/*!
* Just prepare the Ack buffer, doesn't actually connect.