mirror of
https://github.com/rbmm/SC
synced 2026-06-08 17:03:41 +00:00
9 lines
161 B
C
9 lines
161 B
C
#pragma code_seg(".text$mn$cpp")
|
|
|
|
#ifndef _NO_CONST_SEG_
|
|
#pragma const_seg(".text$mn$cpp$r")
|
|
#endif // !_NO_CONST_SEG_
|
|
|
|
#define DECLSPEC_IMPORT
|
|
|
|
#include "pch.h" |