Changeset 3426 for trunk/tools/wrc/wrc.c
- Timestamp:
- Apr 19, 2000, 4:46:07 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/wrc/wrc.c
r882 r3426 40 40 #include <assert.h> 41 41 #include <ctype.h> 42 43 #include "resource.h" /* For HAVE_WINE_CONSTRUCTOR */44 42 45 43 #include "wrc.h" … … 393 391 } 394 392 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 #endif402 403 393 /* Set alignment power */ 404 394 a = alignment;
Note:
See TracChangeset
for help on using the changeset viewer.