diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 01:14:35 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-10-16 01:14:35 (GMT) |
commit | 7332ec9fe260140ff74506fa2ba95e0a2bbf352e (patch) | |
tree | ab72752cc52e68d1ed77559cdd18d702ffc05b2c /tests/lodepng.h | |
parent | 7735f5510cdc2d396092d04ed98a2dbaec347608 (diff) |
clean up linux changes to fit with win32 changes.
Diffstat (limited to 'tests/lodepng.h')
-rw-r--r-- | tests/lodepng.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lodepng.h b/tests/lodepng.h index 64ec2e3..a0a654f 100644 --- a/tests/lodepng.h +++ b/tests/lodepng.h @@ -1,3 +1,6 @@ +#ifndef LODEPNG_H_ +#define LODEPNG_H_ + /* LodePNG version 20110908 @@ -1891,3 +1894,6 @@ Account: lode dot vandevenne. Copyright (c) 2005-2011 Lode Vandevenne */ + +#endif + |