From 2088984ca8d3594e1a5f4fc1f59263cbdb3ac6a3 Mon Sep 17 00:00:00 2001 From: Owen Shepherd Date: Sun, 30 Dec 2012 20:30:08 +0000 Subject: [PATCH] uchar.h: correct preprocessor directives --- includes/uchar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/uchar.h b/includes/uchar.h index 3b34c92..d93d50c 100644 --- a/includes/uchar.h +++ b/includes/uchar.h @@ -35,5 +35,6 @@ typedef _PDCLIB_char16_t char16_t; #define _PDCLIB_CHAR32_T_DEFINED _PDCLIB_CHAR32_T_DEFINED typedef _PDCLIB_char32_t char32_t; #endif +#endif #endif \ No newline at end of file -- 2.40.0