Ticket #4375: mingw.patch

File mingw.patch, 581 bytes (added by andrei@…, 18 years ago)
  • programs/mythfrontend/globalsettings.cpp

     
    6767#ifdef USING_COREAUDIO
    6868    gc->addSelection("CoreAudio:", "CoreAudio:");
    6969#endif
     70#ifdef USING_MINGW
     71        gc->addSelection("Windows:");
     72#endif
    7073#ifdef USING_DIRECTX
    7174        gc->addSelection("DirectX:");
    7275#endif
    73 #ifdef USING_MINGW
    74         gc->addSelection("Windows:");
    75 #endif
    7676    gc->addSelection("NULL", "NULL");
    7777
    7878    return gc;