[Wine] Re: A doubt about Windows applications?

vitamin wineforum-user at winehq.org
Sun Oct 11 21:24:26 CDT 2009


3vi1 wrote:
> Sounds like a really poorly designed anti-cheat system

Or incorrectly integrated like:

Code:
int main(void)
{
    if (call_uber_secure_protection_system() == status_user_is_cheating)
    {
        printf("Cheater!\n");
        exit(1);
    }
    printf("Good boy!\n");
    let_the_game_begin();
}










More information about the wine-users mailing list