Skip to content

Commit

Permalink
Use NEZ_HELPER_H in helper.h, to avoid collisions
Browse files Browse the repository at this point in the history
  • Loading branch information
wfarr committed Nov 15, 2013
1 parent ac02e21 commit 1da7992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helper.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef HELPER_H
#define HELPER_H
#ifndef NEZ_HELPER_H
#define NEZ_HELPER_H

#define countof(x) (sizeof(x) / sizeof(*(x)))

Expand Down

0 comments on commit 1da7992

Please sign in to comment.