Huw Davies (@huw) commented about dlls/msttsengine/ttseng_private.h:
- Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public
- License along with this library; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
- */
+#ifndef __WINE_TTSENG_PRIVATE_H +#define __WINE_TTSENG_PRIVATE_H
+#include <stdbool.h> +#include <stdint.h> +#include "windef.h" +#include "winternl.h"
+#include "wine/unixlib.h"
Likewise, this could be added when the unixlib is added.