switch pragma once uses, causes warnings on some compilers

This commit is contained in:
Chris Conlon
2015-12-17 13:19:17 -07:00
parent ed8a50ce69
commit b89354880f
12 changed files with 86 additions and 16 deletions

View File

@@ -21,7 +21,9 @@
/* default blank options for autoconf */
#pragma once
#ifndef CYASSL_OPTIONS_H
#define CYASSL_OPTIONS_H
#ifdef __cplusplus
extern "C" {
@@ -32,3 +34,6 @@ extern "C" {
}
#endif
#endif /* CYASSL_OPTIONS_H */