Searched refs:libgsm_handle (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/msgsm32.acm/ |
H A D | msgsm32.c | 52 static void *libgsm_handle; variable 61 if((p##f = wine_dlsym(libgsm_handle, #f, NULL, 0)) == NULL) { \ 62 wine_dlclose(libgsm_handle, NULL, 0); \ 63 libgsm_handle = NULL; \ 74 libgsm_handle = wine_dlopen(SONAME_LIBGSM, RTLD_NOW, error, sizeof(error)); in GSM_drvLoad() 75 if (libgsm_handle) in GSM_drvLoad() 96 if (libgsm_handle) in GSM_drvFree() 97 wine_dlclose(libgsm_handle, NULL, 0); in GSM_drvFree()
|