8 lines
314 B
C
8 lines
314 B
C
#pragma once
|
|
|
|
#define SPSLR_ATTRIBUTE "spslr"
|
|
#define SPSLR_PINPOINT_STAGE0_SEPARATOR "__spslr_offsetof"
|
|
#define SPSLR_PINFILE_EXTENSION ".spslr"
|
|
#define SPSLR_PINPOINT_STAGE2_PIN "__spslr_ipin_" /* suffixed with "<cuhash>_<uid>" */
|
|
#define SPSLR_PINPOINT_DPIN "__spslr_dpin_" /* suffixed with "<cuhash>_<uid>" */
|