Skip to content
Snippets Groups Projects
Commit dbbd290e authored by Recolic's avatar Recolic :house_with_garden:
Browse files

quick_push

parent d60f65d2
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <ntddk.h> #include <ntddk.h>
#include <ntstrsafe.h> // RtlStringCbPrintfA #include <ntstrsafe.h> // RtlStringCbPrintfA
#define RL_SNPRINTF_FUNC RtlStringCbPrintfA #define RL_SNPRINTF_FUNC RtlStringCbPrintfA
#define RL_LOG_FILE_PATH "N/A" #define RL_LOG_FILE_PATH "__SysInternal_DebugView_Tool__"
#elif RL_MODE == RL_WIN_USER #elif RL_MODE == RL_WIN_USER
#include <windows.h> #include <windows.h>
#define RL_SNPRINTF_FUNC snprintf #define RL_SNPRINTF_FUNC snprintf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment