blob: 47f644e68f858147b4d9a652776a1555fe1de155 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** uninorm.in.h.orig 2009-04-05 12:38:24.000000000 +0200
--- uninorm.in.h 2009-04-12 04:31:52.000000000 +0200
***************
*** 18,23 ****
--- 18,26 ----
#ifndef _UNINORM_H
#define _UNINORM_H
+ /* Get LIBUNISTRING_DLL_VARIABLE. */
+ #include <unistring/woe32dll.h>
+
/* Get size_t. */
#include <stddef.h>
|