summaryrefslogtreecommitdiff
path: root/iup/test/iuptest.rc
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 02:26:30 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2010-09-09 02:32:26 +0200
commit7505e88db66798b2b8fcdff2d92a7136cd826b5b (patch)
treeb6ced565318f8e8112e35cb0ad53abe4212ef8de /iup/test/iuptest.rc
parente9a184546b18cf3b796bd560561f312934004c54 (diff)
Upgrading to IUP 3.2 - and cleaning up.
Diffstat (limited to 'iup/test/iuptest.rc')
-rwxr-xr-xiup/test/iuptest.rc5
1 files changed, 2 insertions, 3 deletions
diff --git a/iup/test/iuptest.rc b/iup/test/iuptest.rc
index 94e5ca1..ef9ffbf 100755
--- a/iup/test/iuptest.rc
+++ b/iup/test/iuptest.rc
@@ -1,6 +1,5 @@
TECGRAF_ICON ICON "../etc/tecgraf.ico"
-TECGRAF_BITMAP BITMAP "../test/tecgraf.bmp"
-
+TECGRAF_BITMAP BITMAP "tecgraf.bmp"
CURSOR_PEN CURSOR "../etc/pen.cur"
/* To avoid the inclusion of <winuser.h> */
@@ -23,7 +22,7 @@ END
#ifndef IUP_DLL
/* The following line will enable Windows XP Visual Styles */
-#ifdef WIN64
+#ifdef TEC_64
1 24 "../etc/iup64.manifest"
#else
1 24 "../etc/iup.manifest"