Changeset 249 in Main for trunk/Tool/option.c


Ignore:
Timestamp:
Oct 4, 2024, 5:59:55 AM (6 weeks ago)
Author:
Nishi
Message:

fix vc6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tool/option.c

    r244 r249  
    5454#ifdef BUILD_GUI
    5555                        printf(" -lcomctl32");
     56                        printf(" -luser32");
    5657#endif
    5758                }else if(strcmp(argv[3], "WINDOWS_WATCOM") == 0){
     
    6364#ifdef BUILD_GUI
    6465                        printf(" comctl32.lib");
     66                        printf(" user32.lib");
    6567#endif
    6668                }
Note: See TracChangeset for help on using the changeset viewer.