Skip to content

Commit 1a41cd2

Browse files
author
Diptorup Deb
authored
propoerly use dllexport attribute to suppress warning on Windows. (#332)
1 parent eed518a commit 1a41cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl-capi/include/dpctl_sycl_device_manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ DPCTL_C_EXTERN_C_BEGIN
4343
* @brief Contains a #DPCTLSyclDeviceRef and #DPCTLSyclContextRef 2-tuple that
4444
* contains a sycl::device and a sycl::context associated with that device.
4545
*/
46-
DPCTL_API typedef struct DeviceAndContextPair
46+
typedef struct DPCTL_API DeviceAndContextPair
4747
{
4848
DPCTLSyclDeviceRef DRef;
4949
DPCTLSyclContextRef CRef;

0 commit comments

Comments
 (0)