Shut up Mr. GCC.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 27 Oct 2015 21:27:55 +0000 (21:27 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 27 Oct 2015 21:27:55 +0000 (21:27 +0000)
svn path=/trunk/; revision=69724

reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.c
reactos/base/applications/msconfig_new/comctl32ex/uxthemesupp.h

index b820732..4f94c0d 100644 (file)
@@ -25,6 +25,7 @@ InitUxTheme(VOID)
     return TRUE;
 }
 
+#if 0
 static VOID
 CleanupUxTheme(VOID)
 {
@@ -32,7 +33,7 @@ CleanupUxTheme(VOID)
     hUxTheme = NULL;
     // Initialized = FALSE;
 }
-
+#endif
 
 
 ////////////////////////////////////////////////////////////////////////////////
index e372e85..570e6c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT:     ReactOS Applications
  * LICENSE:     LGPL - See COPYING in the top level directory
- * FILE:        base/applications/msconfig_new/comctl32ex/uxthemesupp.c
+ * FILE:        base/applications/msconfig_new/comctl32ex/uxthemesupp.h
  * PURPOSE:     UX Theming helpers.
  * COPYRIGHT:   Copyright 2015 Hermes BELUSCA - MAITO <hermes.belusca@sfr.fr>
  */