Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
0xbadfca11 committed Nov 19, 2018
1 parent 834a04c commit e83d8a5
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions reflink.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
#pragma once
#include <sal.h>
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <stdbool.h>

#ifndef _INC_WINDOWS
#ifdef __cplusplus
extern "C"
#endif
_Success_(return == true)
bool reflink(_In_z_ const wchar_t oldpath[], _In_z_ const wchar_t newpath[]);
#else
EXTERN_C
_Success_(return == true)
bool reflink(_In_z_ PCWSTR oldpath, _In_z_ PCWSTR newpath);
#endif
bool reflink(_In_z_ PCWSTR oldpath, _In_z_ PCWSTR newpath);

0 comments on commit e83d8a5

Please sign in to comment.