Project

General

Profile

Bug #892

[Win] sys_input.c includes MSVC header

Added by arclore about 14 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
2010-04-11
% Done:

100%


Description

engine/win32/sys_input.c (Windows DirectInput) includes the header "strsafe.h" which is MSVC-specific. To compile deng with MinGW, it needs to be wrapped with:
#ifdef _MSC_VER
#include <strsafe.h>
#endif

Labels: Controllers

History

#1 Updated by danij almost 11 years ago

Removed the include entirely as this file no longer makes use of it.

Fixed for 1.9.0-Beta6.10

Also available in: Atom PDF