Trying to improve threading, thread queue
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "filesystem.h"
|
||||
#include "thread_queue.h"
|
||||
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
@@ -8,6 +9,9 @@
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
#include <intrin.h>
|
||||
|
||||
#include "win32_thread.cpp"
|
||||
|
||||
// Basic begin
|
||||
void *VReserve(size_t size) {
|
||||
|
||||
Reference in New Issue
Block a user