include/usp10.h: Add missing include directives.

Francois Gouget fgouget at free.fr
Thu Nov 9 04:39:54 CST 2006


---
 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
-- 
1.4.1.1




More information about the wine-patches mailing list