kprint moved out from base

This commit is contained in:
2022-10-24 04:39:18 +06:00
parent 66935ae437
commit d270554dfa
9 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
#include "tests.h"
#include "../src/kprint/kprint.h"
#if defined(_WIN32)|| defined(_WIN64)
#include <windows.h>
#endif