6 lines
183 B
C
6 lines
183 B
C
#pragma once
|
|
|
|
#define SPSLR_ATTRIBUTE "spslr"
|
|
#define SPSLR_PINPOINT_STAGE0_SEPARATOR "__spslr_offsetof"
|
|
#define SPSLR_PINPOINT_STAGE1_PIN "__spslr_ipin_" /* suffixed with "<uid>" */
|