mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 23:18:39 +00:00

Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
13 lines
289 B
C
13 lines
289 B
C
//
|
|
// search.h
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
// Declarations of functions for sorting and searching.
|
|
//
|
|
#pragma once
|
|
#ifndef _INC_SEARCH // include guard for 3rd party interop
|
|
#define _INC_SEARCH
|
|
|
|
#include <corecrt_search.h>
|
|
#endif // _INC_SEARCH
|