Changeset - r23793:62db3b15fbb2
[Not reviewed]
master
0 1 0
nikolas - 5 years ago 2019-08-06 06:43:00
nikolas@gnu.org
Cleanup: Remove duplicate thread.h include (#7683)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/video/dedicated_v.cpp
Show inline comments
 
@@ -74,7 +74,7 @@ static void DedicatedSignalHandler(int s
 
# include <time.h>
 
# include <tchar.h>
 
# include "../os/windows/win32.h"
 
# include "../thread.h"
 

	
 
static HANDLE _hInputReady, _hWaitForInputHandling;
 
static HANDLE _hThread; // Thread to close
 
static char _win_console_thread_buffer[200];
0 comments (0 inline, 0 general)