blob: cb68885164921df7a57e03bd54a4211f3ae025ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
*** unictype.in.h.orig 2009-04-05 12:15:57.000000000 +0200
--- unictype.in.h 2009-04-12 04:31:36.000000000 +0200
***************
*** 19,26 ****
#include "unitypes.h"
/* Get bool. */
! #include <stdbool.h>
/* Get size_t. */
#include <stddef.h>
--- 19,29 ----
#include "unitypes.h"
+ /* Get LIBUNISTRING_DLL_VARIABLE. */
+ #include <unistring/woe32dll.h>
+
/* Get bool. */
! #include <unistring/stdbool.h>
/* Get size_t. */
#include <stddef.h>
|