This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
moonlight-qt
Watch
2
Star
0
Fork
You've already forked moonlight-qt
0
mirror of
https://github.com/moonlight-stream/moonlight-qt
synced
2024-11-13 23:17:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
fd63aad3b8
moonlight-qt
/
app
/
utils.h
6 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
more work
2018-04-29 05:14:27 +00:00
#
pragma once
#
define THROW_BAD_ALLOC_IF_NULL(x) \
Fix some Clang static analysis warnings
2018-07-19 01:39:33 +00:00
if
(
(
x
)
=
=
nullptr
)
throw
std
:
:
bad_alloc
(
)
Reorganize and prepare for SDL integration
2018-06-24 01:46:59 +00:00
Reference in a new issue
Copy permalink