Skip to content

Commit

Permalink
Conditionally include asTrapWrite.h from asLib.h
Browse files Browse the repository at this point in the history
To preserve compatibility, while avoiding bootstrapping
problems, conditionally include.
mdavidsaver committed Jun 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1ba6564 commit 6486923
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/libcom/src/as/asLib.h
Original file line number Diff line number Diff line change
@@ -17,6 +17,9 @@
#include "ellLib.h"
#include "errMdef.h"
#include "errlog.h"
#ifndef BUILDING_libCom_API
# include <asTrapWrite.h>
#endif

#ifdef __cplusplus
extern "C" {

0 comments on commit 6486923

Please sign in to comment.