Skip to content

Commit e534968

Browse files
committed
Add version and repo link at top of impl files
1 parent ab63798 commit e534968

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/BadAccessGuards.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
//////////////////////////////////////////////////////////////////
1+
// BadAccessGuards v1.0.0 https://github.com/Lectem/BadAccessGuards
2+
3+
//////////////////////////////////////////////////////////////////
24
////// DEFAULT IMPL FILE //////
35
////// Feel free to modify it as needed for your platforms! //////
46
////// Or if is is enough, just use BadAccessGuardSetConfig //////

src/BadAccessGuards.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#pragma once
1+
// BadAccessGuards v1.0.0 https://github.com/Lectem/BadAccessGuards
2+
#pragma once
23

34
// 1. Define `BAD_ACCESS_GUARDS_ENABLE=1` for your **in-house** builds (you probably want it off in production...)
45
// 2. Declare the shadow memory that will hold the state and pointer to stack with `BA_GUARD_DECL(varname)`

0 commit comments

Comments
 (0)