Build: C++ headers: Replace PR #366 with a more directed version.
This commit is contained in:
parent
9f9bad09b4
commit
66ec80e01b
28 changed files with 57 additions and 70 deletions
|
|
@ -37,14 +37,14 @@
|
|||
#define STRICT
|
||||
#define VC_EXTRALEAN 1
|
||||
#include <windows.h>
|
||||
#include <assert.h>
|
||||
#include <cassert>
|
||||
#include <process.h>
|
||||
#include <psapi.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <cstdio>
|
||||
#include <cstdint>
|
||||
|
||||
//
|
||||
// This file contains contains the Window-OS-specific functions
|
||||
// This file contains the Window-OS-specific functions
|
||||
//
|
||||
|
||||
#if !(defined(_WIN32) || defined(_WIN64))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue