sync with trunk (r46275)
[reactos.git] / base / setup / usetup / native / utils / keytrans.h
index 8a63a1e..cea1aef 100644 (file)
  * PROGRAMMER:      Tinus
  */
 
-#ifndef __KEYTRANS_H__
-#define __KEYTRANS_H__
+#pragma once
 
 #include <ntddkbd.h>
 
 NTSTATUS
 IntTranslateKey(PKEYBOARD_INPUT_DATA InputData, KEY_EVENT_RECORD *Event);
 
-#endif /* __KEYTRANS_H__ */
-
 /* EOF */