modernize header guards to #pragma once

This commit is contained in:
Peter SZTANOJEV
2013-10-14 13:21:15 +02:00
parent 27a7873066
commit 0301b24ace
51 changed files with 52 additions and 205 deletions

View File

@@ -21,8 +21,7 @@
distribution.
******************************************************************************/
#ifndef C99DEFS_H
#define C99DEFS_H
#pragma once
/*
* Contains hacks for getting some C99 stuff working in VC, things like
@@ -71,5 +70,3 @@ typedef long ssize_t;
#include <sys/types.h>
#endif /* _MSC_VER */
#endif