Actions
Emulator Issues #4836
closedCommon.h
Status:
Invalid
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
I believe line 146 should say:
#elif _MSC_VER >= 1500 // Visual Studio 2008
Updated by ExtremeDude2 over 13 years ago
Crap i mest up thats what it already says :p
#elif _MSC_VER >= 1500 // Visual Studio 2010
Updated by NeoBrainX over 13 years ago
- Status changed from New to Invalid
Updated by ExtremeDude2 over 13 years ago
And again I mess up:
#elif _MSC_VER >= 1600 // Visual Studio 2010
Updated by ExtremeDude2 over 13 years ago
Then whats this?
Updated by NeoBrainX over 13 years ago
There's no reason to bump the version requirements at that place. Also, I don't see what your link has to do with this issue.
Updated by ExtremeDude2 over 13 years ago
Try this link:
Updated by NeoBrainX over 13 years ago
.. I'm wasting my time, it's invalid anyway.
Updated by ExtremeDude2 over 13 years ago
"There's no reason to bump the version requirements at that place"
It not like anyone uses 2008 to compile with.
Actions