]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - win/inspircd_win32wrapper.h
m_spanningtree Remove unneeded #includes
[user/henk/code/inspircd.git] / win / inspircd_win32wrapper.h
index 75404ef8b29e170fb10230c61ae9621bbd19a97e..9b18715cda57a92ab3a622fa41e89e5473f7dcf6 100644 (file)
  */
 
 
+#pragma once
+
 /* Windows Port
    Wrapper Functions/Definitions
    By Burlex */
-
-#ifndef INSPIRCD_WIN32WRAPPER_H
-#define INSPIRCD_WIN32WRAPPER_H
-
 /*
  * Starting with PSAPI version 2 for Windows 7 and Windows Server 2008 R2, this function is defined as K32GetProcessMemoryInfo in Psapi.h and exported
  * in Kernel32.lib and Kernel32.dll. However, you should always call this function as GetProcessMemoryInfo. To ensure correct resolution of symbols
@@ -200,6 +198,3 @@ private:
        char szErrorString[500];
        DWORD dwErrorCode;
 };
-
-#endif
-