X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=src%2Fvg%2Fvg_platform.h;h=7e70d81178a9cdb8599165d0249645e3563ac8f8;hb=f9b8c958c6221365d88a248e645aaebb6f7f1b90;hp=89315b65c86dee6765865811bc47343d5106f127;hpb=eab2a12beb019cb845af816a6de88c074f88f9bd;p=vg.git diff --git a/src/vg/vg_platform.h b/src/vg/vg_platform.h index 89315b6..7e70d81 100644 --- a/src/vg/vg_platform.h +++ b/src/vg/vg_platform.h @@ -1,3 +1,6 @@ +#ifndef VG_PLATFORM_H +#define VG_PLATFORM_H + /* Copyright (C) 2021-2022 Harry Godden (hgn) - All Rights Reserved */ typedef uint8_t u8; @@ -107,3 +110,5 @@ int vg_thread_run( void *pfunc, void *data ) } #endif } + +#endif