Module: wine Branch: master Commit: 3baffa39792e7f534b0a8b03d2dc0d56d0e95f1b URL: http://source.winehq.org/git/wine.git/?a=commit;h=3baffa39792e7f534b0a8b03d2...
Author: Francois Gouget fgouget@free.fr Date: Thu Nov 9 11:39:54 2006 +0100
include/usp10.h: Add missing include directives.
---
include/usp10.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/usp10.h b/include/usp10.h index 79e27bc..9b997c4 100644 --- a/include/usp10.h +++ b/include/usp10.h @@ -20,6 +20,11 @@ #ifndef __USP10_H #define __USP10_H
+#ifndef __WINESRC__ +# include <windows.h> +#endif +/* FIXME: #include <specstrings.h> */ + #ifdef __cplusplus extern "C" { #endif