# Lmx.dll selected decompile ## FUN_10178fc0 at 10178fc0 Signature: `undefined FUN_10178fc0(void)` ```c void FUN_10178fc0(void) { uint uVar1; void *local_10; undefined1 *puStack_c; undefined4 local_8; puStack_c = &LAB_101663ae; local_10 = ExceptionList; uVar1 = DAT_101d60b8 ^ (uint)&stack0xfffffffc; ExceptionList = &local_10; local_8 = 1; DAT_101d6160 = SysAllocString(L"Lmx.aaDCT"); if (DAT_101d6160 == (BSTR)0x0) { /* WARNING: Subroutine does not return */ FUN_100013e0(0x8007000e,uVar1); } local_8 = 0xffffffff; _atexit(FUN_101793a0); ExceptionList = local_10; return; } ```