]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorAndrew Innes <andrewi@gnu.org>
Thu, 3 Jun 1999 19:44:06 +0000 (19:44 +0000)
committerAndrew Innes <andrewi@gnu.org>
Thu, 3 Jun 1999 19:44:06 +0000 (19:44 +0000)
nt/preprep.c

index a33d3f049d3af429553d087919b45b80b0edee0f..4087c512c19dbf5b8bf380e720ced4ff9840661a 100644 (file)
@@ -741,7 +741,7 @@ copy_executable_and_move_sections (file_data *p_infile,
                    dropped from NT4 anyway.  */
                abort ();
                break;
-#ifndef IMAGE_REL_BASED_SECTION
+#ifdef IMAGE_REL_BASED_SECTION
              case IMAGE_REL_BASED_SECTION:
              case IMAGE_REL_BASED_REL32:
                /* Docs don't say what these values mean.  */