[CALC] Add theming support, requires Windows XP or later. CORE-13343
[reactos.git] / base / applications / calc / resource.rc
index d30f208..9bb5620 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * PROJECT: ReactOS Calc
  * LICENSE: LGPL - See COPYING.LIB in the top level directory
- * FILE:    base/applications/calcs/resource.rc
+ * FILE:    base/applications/calc/resource.rc
  * PURPOSE: Global resource file
  */
 
 
 #include "resource.h"
 
-#ifndef IDC_STATIC
-#define IDC_STATIC -1
-#endif
-
-#ifndef DS_SHELLFONT
-#define DS_SHELLFONT DS_SETFONT|DS_FIXEDSYS
-#endif
-
 /* Common resources */
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
 /* Icons */
-IDI_CALC_BIG ICON "res/calc.ico"
-IDI_CALC_SMALL ICON "res/calc_sm.ico"
-
-/* Bitmaps */
-IDB_BITMAP_ROS BITMAP "res/ROS_logo.bmp"
+IDI_CALC ICON DISCARDABLE "res/calc.ico"
 
+/* Manifest */
 #include <reactos/manifest_exe.rc>
 
 /* UTF-8 */