Changeset 3426 for trunk/tools/wrc/wrc.c


Ignore:
Timestamp:
Apr 19, 2000, 4:46:07 PM (25 years ago)
Author:
sandervl
Message:

update with latest wine code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/wrc.c

    r882 r3426  
    4040#include <assert.h>
    4141#include <ctype.h>
    42 
    43 #include "resource.h"   /* For HAVE_WINE_CONSTRUCTOR */
    4442
    4543#include "wrc.h"
     
    393391        }
    394392
    395 #if !defined(HAVE_WINE_CONSTRUCTOR)
    396         if(auto_register)
    397         {
    398                 warning("Autoregister code non-operable (HAVE_WINE_CONSTRUCTOR not defined)");
    399                 auto_register = 0;
    400         }
    401 #endif
    402 
    403393        /* Set alignment power */
    404394        a = alignment;
Note: See TracChangeset for help on using the changeset viewer.