gdbstub_plugin/src/main.h

12 lines
298 B
C
Raw Normal View History

2023-02-16 12:55:26 +01:00
#pragma once
#include "version.h"
2023-07-19 19:31:03 +02:00
#define PLUGIN_VERSION "v0.1.1"
2023-02-16 12:55:26 +01:00
#define PLUGIN_VERSION_FULL PLUGIN_VERSION PLUGIN_VERSION_EXTRA
// Uncomment to log incoming and outgoing packet
// #define PACKET_LOGGING
// Uncomment to add driver threads to the thread list
2023-07-19 19:31:03 +02:00
// #define SHOW_DRIVER_THREADS