mirror of
https://github.com/HEYAHONG/HCppBox.git
synced 2025-05-09 08:31:49 +08:00
15 lines
383 B
C
15 lines
383 B
C
/***************************************************************
|
|
* Name: hcompiler_msvc.h
|
|
* Purpose: 定义编译器相关宏定义
|
|
* Author: HYH (hyhsystem.cn)
|
|
* Created: 2025-01-15
|
|
* Copyright: HYH (hyhsystem.cn)
|
|
* License: MIT
|
|
**************************************************************/
|
|
#ifndef __HCOMPILER_MSVC_H__
|
|
#define __HCOMPILER_MSVC_H__
|
|
|
|
|
|
|
|
#endif
|