Skip to content

Commit 2172ae7

Browse files
authored
Add tryinclude for omp_npc in _open_mp.inc
1 parent 0227a89 commit 2172ae7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_open_mp.inc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,12 @@ public const __OPEN_MP_VERSION = 0;
452452
#error cannot read from file: "omp_textlabel"
453453
#endif
454454

455+
#tryinclude "omp_npc"
456+
#tryinclude <omp_npc>
457+
#if !defined _INC_omp_npc
458+
#error cannot read from file: "omp_npc"
459+
#endif
460+
455461
#if defined VOID_TAGS
456462
// Maybe re-enable the unused parameters warning.
457463
#pragma warning pop

0 commit comments

Comments
 (0)