mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Fix linux GetEmbeddedResource not using address of file start/end
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
|
||||
#define OS_DEBUG_BREAK() raise(SIGTRAP)
|
||||
|
||||
#define GetEmbeddedResource(filename) string( CONCAT(CONCAT(_binary_, filename), _start) , CONCAT(CONCAT(_binary_, filename), _end) )
|
||||
#define GetEmbeddedResource(filename) string( &CONCAT(CONCAT(_binary_, filename), _start) , &CONCAT(CONCAT(_binary_, filename), _end) )
|
||||
|
||||
namespace OSUtility
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user