7 Nov
2023
7 Nov
'23
10:01 a.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3988#note_51285