Maximilien Siavelis
2018-01-05 17d71d9ef8adad095b8b06182bc1febca02899d0
src/library/pc-identifiers.c
@@ -16,8 +16,12 @@
#include <stdbool.h>
#include <valgrind/memcheck.h>
#else
#ifdef __MINGW32__
#include <windows.h>
#else
#include <Windows.h>
#endif
#endif
static FUNCTION_RETURN generate_disk_pc_id(PcIdentifier * identifiers,
      unsigned int * num_identifiers, bool use_label);