diff options
| author | Stefan Boberg <[email protected]> | 2023-12-07 09:24:20 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-12-07 09:24:20 +0100 |
| commit | 372eab1f7a2f4a0a6246ed7400333dbb41d1d741 (patch) | |
| tree | 68b97e473562510d120031d7585ec2f8c0d1a941 /src/zenutil/basicfile.cpp | |
| parent | added BasicFile::FlushDataOnly (diff) | |
| download | zen-372eab1f7a2f4a0a6246ed7400333dbb41d1d741.tar.xz zen-372eab1f7a2f4a0a6246ed7400333dbb41d1d741.zip | |
ClangFormat
Diffstat (limited to 'src/zenutil/basicfile.cpp')
| -rw-r--r-- | src/zenutil/basicfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenutil/basicfile.cpp b/src/zenutil/basicfile.cpp index 7f1712d2b..6e45575f6 100644 --- a/src/zenutil/basicfile.cpp +++ b/src/zenutil/basicfile.cpp @@ -14,7 +14,7 @@ extern "C" { # define STATUS_SUCCESS ((NTSTATUS)0x00000000L) // ntsubauth -# define NTAPI __stdcall +# define NTAPI __stdcall typedef DWORD NTSTATUS; |