diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-16 01:08:49 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-09-16 01:08:49 +0300 |
commit | 42f1ad36ef93c98542f9899ada57bd55396a99f5 (patch) | |
tree | d0b10dd617764271db739b608a9d6bfaa63d516b /token.h | |
parent | make the 'Elevate' button smaller (diff) | |
download | privilege-check-42f1ad36ef93c98542f9899ada57bd55396a99f5.tar.gz privilege-check-42f1ad36ef93c98542f9899ada57bd55396a99f5.zip |
.hpp instead of .h for C++ headers
Diffstat (limited to '')
-rw-r--r-- | token.hpp (renamed from token.h) | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ #pragma once -#include "error.h" -#include "handle.h" -#include "os.h" -#include "sid.h" +#include "error.hpp" +#include "handle.hpp" +#include "os.hpp" +#include "sid.hpp" #include <Windows.h> |