include/usp10.h: Add missing include directives.
This commit is contained in:
parent
041df966d4
commit
3baffa3979
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue