1
0
Fork 0

Place #ifdef's around MSVC #pragma's

Rewrite some signed/unsigned unions to use casts.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@956
This commit is contained in:
Sjoerd van der Berg 2003-04-23 07:33:06 +00:00
parent d8eae49c04
commit 4916b5fb6c
10 changed files with 55 additions and 21 deletions

View file

@ -19,7 +19,9 @@
#ifndef _SETUP_H_
#define _SETUP_H_
#ifdef _MSC_VER
#pragma warning ( disable : 4786 )
#endif
#include <cross.h>
#include <string>