Synchronized source file headers (#3212)

* Alphabetically sorted includes.
* Updated copyright and license text to match across all files.
* Removed pragma once define in header files in lieu of ifdef guards.
This commit is contained in:
Aleos
2018-06-20 18:08:30 -04:00
committed by GitHub
parent aef2356134
commit 11b42569fc
191 changed files with 861 additions and 935 deletions

View File

@@ -1,10 +1,8 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// Copyright (c) rAthena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
#include "winapi.hpp"
#include "cbasetypes.hpp"
// Taken from https://support.microsoft.com/de-de/help/118626/how-to-determine-whether-a-thread-is-running-in-user-context-of-local
bool IsCurrentUserLocalAdministrator(void){
#ifdef WIN32