Mercurial
Mercurial
>
SDL
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
debian/libsdl2.install
author
Sam Lantinga
Mon, 25 Jan 2021 20:51:47 -0800
changeset 14801
c6cc98d3fed8
parent 6886
55fc95e5817b
permissions
-rw-r--r--
Fixed bug 5497 - SDL_COMPOSE_ERROR is wrong
UMU
#define SDL_COMPOSE_ERROR(str) SDL_STRINGIFY_ARG(__FUNCTION__) ", " str
I think SDL_STRINGIFY_ARG should be removed.
#define SDL_COMPOSE_ERROR(str) __FUNCTION__ ", " str
(verified with Visual Studio 2019)
1
usr/lib/*/libSDL2-2.0.so.0*