pcontrol.c (xbmc-18.7.1-Leia) | : | pcontrol.c (xbmc-18.8-Leia) | ||
---|---|---|---|---|
skipping to change at line 47 | skipping to change at line 47 | |||
#include "../kazlib/list.h" | #include "../kazlib/list.h" | |||
#include "../kazlib/hash.h" | #include "../kazlib/hash.h" | |||
#include "cpluff.h" | #include "cpluff.h" | |||
#include "defines.h" | #include "defines.h" | |||
#include "util.h" | #include "util.h" | |||
#include "internal.h" | #include "internal.h" | |||
#ifdef _WIN32 | #ifdef _WIN32 | |||
#include <windows.h> | #include <windows.h> | |||
#endif | #endif | |||
#define hash_lookup cpluff_hash_lookup | ||||
/* ------------------------------------------------------------------------ | /* ------------------------------------------------------------------------ | |||
* Function definitions | * Function definitions | |||
* ----------------------------------------------------------------------*/ | * ----------------------------------------------------------------------*/ | |||
// Plug-in control | // Plug-in control | |||
#ifndef NDEBUG | #ifndef NDEBUG | |||
static void assert_processed_zero(cp_context_t *context) { | static void assert_processed_zero(cp_context_t *context) { | |||
hscan_t scan; | hscan_t scan; | |||
hnode_t *node; | hnode_t *node; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added |