Skip to content

Commit

Permalink
DECLSPEC_IMPORT
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz authored Oct 30, 2023
1 parent 7b4b72e commit edefe69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/lib/pathcch/pathcch.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@

#pragma once

#ifndef DECLSPEC_IMPORT
#define DECLSPEC_IMPORT __declspec(dllimport)
#endif

#ifndef WINBASEAPI
#ifndef _KERNEL32_
Expand All @@ -21,7 +24,6 @@
#endif
#endif


#ifndef WINPATHCCHAPI
#ifndef STATIC_PATHCCH
#define WINPATHCCHAPI WINBASEAPI
Expand All @@ -30,7 +32,6 @@
#endif
#endif


#ifdef __cplusplus
extern "C" {
#endif
Expand Down

0 comments on commit edefe69

Please sign in to comment.