Initial commit
This commit is contained in:
16
packages/leann-backend-diskann/third_party/DiskANN/include/windows_customizations.h
vendored
Normal file
16
packages/leann-backend-diskann/third_party/DiskANN/include/windows_customizations.h
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// Licensed under the MIT license.
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
||||
#ifdef _WINDLL
|
||||
#define DISKANN_DLLEXPORT __declspec(dllexport)
|
||||
#else
|
||||
#define DISKANN_DLLEXPORT __declspec(dllimport)
|
||||
#endif
|
||||
|
||||
#else
|
||||
#define DISKANN_DLLEXPORT
|
||||
#endif
|
||||
Reference in New Issue
Block a user