6 lines
188 B
C
6 lines
188 B
C
#pragma once
|
|
|
|
#define SPSLR_ATTRIBUTE "spslr"
|
|
#define SPSLR_PINPOINT_STAGE0_SEPARATOR "__spslr_offsetof"
|
|
#define SPSLR_PINPOINT_STAGE1_SEPARATOR "__spslr_pin" /* suffixed with "_<uid>" */
|