re.h: added include guards
This commit is contained in:
parent
3e377be209
commit
021746b3d0
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
|||
* Copyright (C) 2010 Creytiv.com
|
||||
*/
|
||||
|
||||
#ifndef RE_H__
|
||||
#define RE_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -52,3 +55,5 @@ extern "C" {
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue