9 lines
370 B
C
9 lines
370 B
C
#pragma once
|
|
|
|
#define SPSLR_ATTRIBUTE "spslr"
|
|
#define SPSLR_FIELD_FIXED_ATTRIBUTE "spslr_field_fixed"
|
|
#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>" */
|