Fixed include guards
the build was successful Details

This commit is contained in:
tastytea 2019-01-07 13:54:37 +01:00
부모 e7f64f9a61
커밋 d1a8dfd678
로그인 계정: tastytea
GPG 키 ID: CFC39497F1B26E07
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -14,8 +14,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef IDENTICONPP_H
#define IDENTICONPP_H
#ifndef IDENTICONPP_C_H
#define IDENTICONPP_C_H
#ifdef __cplusplus
extern "C"
@ -90,4 +90,4 @@ extern "C"
#ifdef __cplusplus
}
#endif
#endif // IDENTICONPP_H
#endif // IDENTICONPP_C_H