mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Include header if _MSC_VER
This commit is contained in:
parent
98ffe0cd97
commit
a6c614da03
1 changed files with 4 additions and 0 deletions
|
@ -41,6 +41,10 @@ typedef bool(*fun3_t)(HANDLE, CONST GROUP_AFFINITY*, PGROUP_AFFINITY);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
|
#include <malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iomanip>
|
#include <iomanip>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
Loading…
Add table
Reference in a new issue