blob: f7e4ebb282ca456ed7614e503aa62015161aabec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
*** uninorm.in.h.orig 2021-08-07 14:40:34.920237057 +0200
--- uninorm.in.h 2021-08-08 02:17:17.145608518 +0200
***************
*** 18,23 ****
--- 18,29 ----
#ifndef _UNINORM_H
#define _UNINORM_H
+ /* Get common macros for C. */
+ #include <unistring/cdefs.h>
+
+ /* Get LIBUNISTRING_DLL_VARIABLE. */
+ #include <unistring/woe32dll.h>
+
/* Get size_t. */
#include <stddef.h>
|