1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

include: Added sqlucode.h to sql.h.

This commit is contained in:
Alistair Leslie-Hughes 2024-05-27 17:27:00 +10:00 committed by Alexandre Julliard
parent 55842cee31
commit fc9fd3c5c3

View File

@ -22,6 +22,7 @@
#define __SQLEXT_H
#include <sql.h>
#include <sqlucode.h>
#ifdef __cplusplus
extern "C" {