Browse Source

Made buffer and bufferW static

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
577274d082
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Doorstop/Proxy/assert_util.h

+ 2
- 2
Doorstop/Proxy/assert_util.h View File

@ -9,8 +9,8 @@
#include <stdio.h>
static HANDLE log_handle;
char buffer[8192];
wchar_t bufferW[8192];
static char buffer[8192];
static wchar_t bufferW[8192];
inline void init_logger()
{


Loading…
Cancel
Save