s/PICRIN_VALUE_H/PICRIN_TYPE_H/g

This commit is contained in:
Yuichi Nishiwaki 2015-07-13 08:10:30 +09:00
parent e944183e99
commit 81c38d8fa2
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
* See Copyright Notice in picrin.h
*/
#ifndef PICRIN_VALUE_H
#define PICRIN_VALUE_H
#ifndef PICRIN_TYPE_H
#define PICRIN_TYPE_H
#if defined(__cplusplus)
extern "C" {