diff options
Diffstat (limited to 'pkmem.h')
| -rw-r--r-- | pkmem.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ #ifndef PK_MEM_H #define PK_MEM_H -#include "pkmem-types.h" -#include "pkmacros.h" +#include "./pkmem-types.h" +#include "./pkmacros.h" #include <string.h> #include <stdint.h> @@ -109,7 +109,7 @@ pk_delete(const T* ptr, long count, pk_membucket* bucket = nullptr) #endif /* PK_MEM */ -#ifdef PK_IMPLEMENTATION +#ifdef PK_IMPL_MEM #include <threads.h> #include <assert.h> @@ -553,4 +553,4 @@ pk_delete_base(const void* ptr, size_t sz) pk_delete_bkt(ptr, sz, bkt); } -#endif /* PK_IMPLEMENTATION */ +#endif /* PK_IMPL_MEM */ |
