Skip to content

Commit

Permalink
Fix header guards to comply with standards
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jan 16, 2014
1 parent ac61dd6 commit f7f7312
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions libyara/filemap.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,6 @@ int yr_filemap_map(

void yr_filemap_unmap(
MAPPED_FILE* pmapped_file);

#endif

4 changes: 2 additions & 2 deletions threading.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ limitations under the License.
*/


#ifndef _THREADING_H
#define _THREADING_H
#ifndef YR_THREADING_H
#define YR_THREADING_H

#ifdef WIN32
#include <windows.h>
Expand Down

0 comments on commit f7f7312

Please sign in to comment.