diff options
-rw-r--r-- | sandbox/src/sid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sandbox/src/sid.h b/sandbox/src/sid.h index 023af4d..9e4beb9 100644 --- a/sandbox/src/sid.h +++ b/sandbox/src/sid.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef SANDBOX_SRC_SID_H__ -#define SANDBOX_SRC_SID_H__ +#ifndef SANDBOX_SRC_SID_H_ +#define SANDBOX_SRC_SID_H_ #include <windows.h> @@ -26,5 +26,5 @@ class Sid { } // namespace sandbox -#endif // SANDBOX_SRC_SID_H__ +#endif // SANDBOX_SRC_SID_H_ |