Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 6, 2008, 9:51:01 PM (16 years ago)
Author:
rgrieder
Message:
  • changed library dependency dir to lib_precompiled/include/ in msvc properties
  • fixed a bug with tolua pkg file in msvc
  • (u)int64_t to (unsigned) long long (C-Standard, so most c++ will have it anyway)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/Clock.cc

    r1674 r1724  
    7272    }
    7373
    74     uint64_t Clock::getRealMicroseconds() const
     74    unsigned long long Clock::getRealMicroseconds() const
    7575    {
    7676        return this->timer_->getMicroseconds();
Note: See TracChangeset for help on using the changeset viewer.