This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
include/SDL_assert.h
|
@@ -47,7 +47,7 @@ extern "C" { |
|
|
/* |
|
|
These are macros and not first class functions so that the debugger breaks |
|
|
on the assertion line and not in some random guts of SDL, and so each |
|
|
macro can have unique static variables associated with it. |
|
|
assert can have unique static variables associated with it. |
|
|
*/ |
|
|
|
|
|
#if (defined(_MSC_VER) && ((_M_IX86) || (_M_X64))) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.