Usage Screen: On windows console, wait for any keypress if usage_mini_print() is used
This commit is contained in:
@@ -9,6 +9,11 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#if defined (_WIN)
|
||||
// for getch()
|
||||
#include <conio.h>
|
||||
#endif
|
||||
|
||||
typedef struct usage_sort
|
||||
{
|
||||
u32 hash_mode;
|
||||
|
||||
Reference in New Issue
Block a user