Usermode/AxWin3 - Added ipcpipe support
[tpg/acess2.git] / Usermode / Applications / axwin3_src / libaxwin3.so_src / main.c
index da2ffe7..ab764d2 100644 (file)
@@ -17,7 +17,8 @@ int   giAxWin3_MainLoopExit;
 int SoMain(void *Base, int argc, const char *argv[], const char **envp)
 {
        // TODO: Parse the environment for the AXWIN3_SERVER variable
-       gsAxWin3_int_ServerDesc = getenv("AXWIN3_SERVER");
+       //gsAxWin3_int_ServerDesc = getenv("AXWIN3_SERVER");
+       gsAxWin3_int_ServerDesc = "pipe:/Devices/ipcpipe/axwin";
        return 0;
 }
 

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