Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2015, 11:28:26 PM (10 years ago)
Author:
landauf
Message:

program icon now works also with MinGW. but I had to exclude the PCH-file for the resource file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/GraphicsManager.cc

    r10267 r10268  
    318318
    319319        //Add program icon
    320 #if defined(ORXONOX_PLATFORM_WINDOWS) && defined(_MSC_VER)
     320#if defined(ORXONOX_PLATFORM_WINDOWS)
    321321        HWND hwnd;
    322322        this->renderWindow_->getCustomAttribute("WINDOW", (void*)&hwnd);
Note: See TracChangeset for help on using the changeset viewer.