mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
10 lines
135 B
C
10 lines
135 B
C
|
|
//this file is used for hacking
|
||
|
|
|
||
|
|
#ifndef NT_BASE_H_
|
||
|
|
#define NT_BASE_H_
|
||
|
|
|
||
|
|
#if defined(_MSC_VER)
|
||
|
|
#define noexcept throw()
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#endif
|