[CMAKE]
[reactos.git] / dll / shellext / deskadp / deskadp.h
index 2de98b3..11ab46a 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __DESKADP__H
-#define __DESKADP__H
+#pragma once
 
 typedef struct _DESKDISPLAYADAPTER
 {
@@ -59,5 +58,3 @@ IDeskDisplayAdapter_ReplacePage(PDESKDISPLAYADAPTER This,
 static const GUID CLSID_IDeskDisplayAdapter = {0x42071712,0x76d4,0x11d1,{0x8b,0x24,0x00,0xa0,0xc9,0x06,0x8f,0xf3}};
 
 ULONG __cdecl DbgPrint(PCCH Format,...);
-
-#endif /* __DESKADP__H */