diff options
| -rw-r--r-- | nt/inc/sys/stat.h | 3 | ||||
| -rw-r--r-- | src/w32uniscribe.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nt/inc/sys/stat.h b/nt/inc/sys/stat.h index eda8147da39..89b2bfe3182 100644 --- a/nt/inc/sys/stat.h +++ b/nt/inc/sys/stat.h | |||
| @@ -57,3 +57,6 @@ _CRTIMP int __cdecl __MINGW_NOTHROW chmod (const char*, int); | |||
| 57 | _CRTIMP int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*); | 57 | _CRTIMP int __cdecl __MINGW_NOTHROW stat (const char*, struct stat*); |
| 58 | 58 | ||
| 59 | #endif /* INC_SYS_STAT_H_ */ | 59 | #endif /* INC_SYS_STAT_H_ */ |
| 60 | |||
| 61 | /* arch-tag: 17d8fc06-f2e5-4d10-a01e-af819918fe42 | ||
| 62 | (do not change this comment) */ | ||
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index dbf26011ff1..320862167ec 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c | |||
| @@ -874,3 +874,6 @@ syms_of_w32uniscribe () | |||
| 874 | } | 874 | } |
| 875 | 875 | ||
| 876 | #endif /* USE_FONT_BACKEND */ | 876 | #endif /* USE_FONT_BACKEND */ |
| 877 | |||
| 878 | /* arch-tag: 9530f0e1-7471-47dd-a780-94330af87ea0 | ||
| 879 | (do not change this comment) */ | ||