sync with trunk (r46275)
[reactos.git] / base / applications / network / telnet / src / tkeydef.h
index c44a5bc..49f7648 100644 (file)
@@ -3,8 +3,7 @@
 //                   - keeped in an array container    //
 /////////////////////////////////////////////////////////
 
-#ifndef __TKEYDEF_H
-#define __TKEYDEF_H
+#pragma once
 
 #include <windows.h>
 
@@ -67,5 +66,3 @@ public:
        DWORD GetCodeKey() { return vk_code; }
 
 };
-
-#endif