[browseui]
[reactos.git] / reactos / lib / atl / atlwin.h
index c1a212b..c74dbbd 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#ifndef _atlin_h
-#define _atlwin_h
+#pragma once
 
 #ifdef __GNUC__
 #define GCCU(x)        x __attribute__((unused))
 #define Unused(x)
 #else
-#define GCCU(x)
+#define GCCU(x) x
 #define Unused(x)      (x);
 #endif // __GNUC__
 
@@ -778,5 +777,3 @@ struct _ATL_WNDCLASSINFOW
 };
 
 }; // namespace ATL
-
-#endif // _atlwin_h