summaryrefslogtreecommitdiff
path: root/rbutil/mktccboot/mktccboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/mktccboot/mktccboot.h')
-rw-r--r--rbutil/mktccboot/mktccboot.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rbutil/mktccboot/mktccboot.h b/rbutil/mktccboot/mktccboot.h
index 2df2c54506..17179c11e7 100644
--- a/rbutil/mktccboot/mktccboot.h
+++ b/rbutil/mktccboot/mktccboot.h
@@ -25,6 +25,11 @@
25#ifndef _MKTCCBOOT_H_ 25#ifndef _MKTCCBOOT_H_
26#define _MKTCCBOOT_H_ 26#define _MKTCCBOOT_H_
27 27
28/* win32 compatibility */
29#ifndef O_BINARY
30#define O_BINARY 0
31
32#endif
28#ifdef __cplusplus 33#ifdef __cplusplus
29extern "C" { 34extern "C" {
30#endif 35#endif