Hey all,

I have had to remove these lines of code to get my program to compile
because my motion tracking library relies on timeGetTime, could this be why
my mod crashes on startup?

Code from protected_things.h here, line 154-159 by default:

#ifndef _XBOX
    #if defined( timeGetTime )
        #undef timeGetTime
    #endif
    #define timeGetTime            timeGetTime__USE_VCR_MODE
#endif

Regards,

Chilv
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to