summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/npapi/bindings/npapi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h
index 647b1a4..2072d43f 100644
--- a/third_party/npapi/bindings/npapi.h
+++ b/third_party/npapi/bindings/npapi.h
@@ -35,8 +35,8 @@
*
* ***** END LICENSE BLOCK ***** */
-#ifndef _NPAPI_H_
-#define _NPAPI_H_
+#ifndef npapi_h_
+#define npapi_h_
#ifdef __OS2__
#pragma pack(1)
@@ -892,4 +892,4 @@ NPBool NPN_ConvertPoint(NPP instance, double sourceX, double sour
#pragma pack()
#endif
-#endif /* _NPAPI_H_ */
+#endif /* npapi_h_ */