Skip to content

Commit

Permalink
Fixed 2 MinGW compatibility issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
hozuki committed Sep 27, 2016
1 parent bd51eb1 commit 2a87bda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions src/hcacc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
#include <string.h>
#include <stdlib.h>
#include <iostream>
#ifndef __MINGW_H
#include <algorithm>
#endif
#include "hca/hca_info.h"
#include "hca/CHCA.h"

Expand Down
7 changes: 2 additions & 5 deletions src/targetver.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#pragma once

// 包括 SDKDDKVer.h 将定义可用的最高版本的 Windows 平台。

// 如果要为以前的 Windows 平台生成应用程序,请包括 WinSDKVer.h,并将
// 将 _WIN32_WINNT 宏设置为要支持的平台,然后再包括 SDKDDKVer.h。

#ifdef _MSC_VER
#include <SDKDDKVer.h>
#endif

0 comments on commit 2a87bda

Please sign in to comment.