Usermode/AxWin3 - Debugging IPC
[tpg/acess2.git] / Usermode / Libraries / libaxwin3.so_src / main.c
index 47e3f33..3fba042 100644 (file)
@@ -7,11 +7,13 @@
  */
 #include <axwin3/axwin.h>
 #include "include/ipc.h"
+#include "include/internal.h"
 
 // === CODE ===
 int SoMain(void *Base, int argc, const char *argv[], const char **envp)
 {
-       // TODO: Parse the environment for the AXWIN3_PID variable
+       // TODO: Parse the environment for the AXWIN3_SERVER variable
+       gsAxWin3_int_ServerDesc = getenv("AXWIN3_SERVER");
        return 0;
 }
 

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