1
0
mirror of https://github.com/rbmm/SC synced 2026-06-08 17:03:41 +00:00
Files
rbmm-SC/ScEntry/stdafx.h
T
rbmm 6e3930d56c ++
2025-02-03 15:31:04 +02:00

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"