static void inc_cRefThisDLL() { #ifdef FEAT_GETTEXT if (g_cRefThisDll == 0) dyn_gettext_load(); #endif InterlockedIncrement((LPLONG)&g_cRefThisDll); }
static void inc_cRefThisDLL() { #ifdef FEAT_GETTEXT if (g_cRefThisDll == 0) { dyn_gettext_load(); oldenv = GetEnvironmentStringsW(); } #endif InterlockedIncrement((LPLONG)&g_cRefThisDll); }