include/usp10.h: Add missing include directives.

oldstable
Francois Gouget 2006-11-09 11:39:54 +01:00 committed by Alexandre Julliard
parent 041df966d4
commit 3baffa3979
1 changed files with 5 additions and 0 deletions

View File

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