sync with trunk (r46275)
[reactos.git] / base / applications / mstsc / uimain.h
index c03a079..b9972ef 100644 (file)
@@ -18,8 +18,7 @@
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */
 
-#ifndef __UIMAIN_MSTSC_H
-#define __UIMAIN_MSTSC_H
+#pragma once
 
 /* in uimain.c */
 int
@@ -77,5 +76,3 @@ ui_set_modifier_state(int code);
 #define UI_MAX(a, b)  (((a) > (b)) ? (a) : (b))
 #undef UI_MIN
 #define UI_MIN(a, b)  (((a) < (b)) ? (a) : (b))
-
-#endif /* __UIMAIN_MSTSC_H */