base: move atomic macros into separate header

Move the atomic macros into a distinct header, heimbase-atomics.h, in
preparation for the introduction of additional macros
This commit is contained in:
Luke Howard
2020-07-13 09:43:37 +10:00
parent bc3270cd88
commit fcfca367cf
4 changed files with 187 additions and 143 deletions
+1
View File
@@ -38,6 +38,7 @@ intcflags=-I$(SRCDIR) -I$(OBJ)
INCFILES= \
$(INCDIR)\heimbase.h \
$(INCDIR)\heimbase-protos.h \
$(INCDIR)\heimbase-atomics.h \
$(INCDIR)\heimbase-svc.h \
$(INCDIR)\heim_err.h \
$(INCDIR)\common_plugin.h