Usermode/AxWin3 - Implemented passing messages to the client
[tpg/acess2.git] / Usermode / Applications / axwin3_src / include / ipcmessages.h
index aa69d34..bd2072a 100644 (file)
@@ -51,7 +51,7 @@ struct sIPCMsg_CreateWin
 
 struct sIPCMsg_SendMsg
 {
-       uint32_t        Dest;
+       uint32_t        Remote; // Dest/Source for Server/Client bound
        uint16_t        ID;
        uint16_t        Length;
        char    Data[];

UCC git Repository :: git.ucc.asn.au