try fix cims

This commit is contained in:
2022-09-28 00:17:33 +08:00
parent 15f11f1eab
commit 1ed99e1bb7
9 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "pch.hpp"
#include "pch_msc.hpp"
#include "io.h"
#include "table.h"
+3 -4
View File
@@ -11,12 +11,11 @@
#include "../csv.h"
#ifdef _WIN32
#include "winhelper.h"
#undef max
#undef min
#else
#include <dlfcn.h>
#include <fcntl.h>
#include <sys/mman.h>
#endif
#endif
#undef max
#undef min
#endif
+3
View File
@@ -0,0 +1,3 @@
#ifdef _MSCVER
#include "pch.hpp"
#endif
+1 -1
View File
@@ -1,4 +1,4 @@
#include "pch.hpp"
#include "pch_msc.hpp"
#include "../csv.h"
#include <iostream>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "pch.hpp"
#include "pch_msc.hpp"
#ifdef _WIN32
#include "winhelper.h"