Fixup compilation and remove duplicate stuff rom types.h

This commit is contained in:
riccardom 2009-06-18 20:10:56 +00:00
parent b9f520a85a
commit fa2afc6386
2 changed files with 1 additions and 7 deletions

View File

@ -21,13 +21,6 @@
#ifndef TYPES_HPP
#define TYPES_HPP
//todo - everyone will want to support this eventually, i suppose
#ifdef _MSC_VER
#include "svnrev.h"
#else
#define SVN_REV_STR ""
#endif
#ifndef _MSC_VER
#define NOSSE2
#endif

View File

@ -27,6 +27,7 @@
#else
#define SVN_REV_STR ""
#endif
#endif
#define DESMUME_NAME "DeSmuME"