Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 72baad31 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

DLL: Correct formatiing for dll debug output

parent 076f372a
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!197Draft: Refactor the whole code.
...@@ -44,11 +44,8 @@ mod_new(void UNUSED *func_ptrs) ...@@ -44,11 +44,8 @@ mod_new(void UNUSED *func_ptrs)
{ \ { \
struct lkt_func_ptrs *ptrs = (struct lkt_func_ptrs *)func_ptrs; \ struct lkt_func_ptrs *ptrs = (struct lkt_func_ptrs *)func_ptrs; \
__imp_##name = ptrs->name; \ __imp_##name = ptrs->name; \
LOG_INFO("DLL", #name " := %p\n", __imp_##name); \ LOG_INFO("DLL", #name " := %p", __imp_##name); \
} }
fprintf(
stderr,
"loading the lektor_c.dll, init the pointers to reuse functionalities from executable\n");
IMPORT_FUNCTION(___lkt_log_rs); IMPORT_FUNCTION(___lkt_log_rs);
IMPORT_FUNCTION(___lkt_abort); IMPORT_FUNCTION(___lkt_abort);
IMPORT_FUNCTION(lkt_toggle_play_state); IMPORT_FUNCTION(lkt_toggle_play_state);
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter