Ignore:
Timestamp:
May 2, 2000, 3:09:44 PM (25 years ago)
Author:
bird
Message:

Dirty fix to make this compile - QueryPerformanceCounter int odinwrap.h problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/unknown.cpp

    r3229 r3472  
    1 /* $Id: unknown.cpp,v 1.7 2000-03-24 19:28:08 sandervl Exp $ */
     1/* $Id: unknown.cpp,v 1.8 2000-05-02 13:09:43 bird Exp $ */
    22
    33/*
     
    1919#define DBG_LOCALLOG    DBG_unknown
    2020#include "dbglocal.h"
     21
     22//kso: dirty fix to make this compile! not permanent!
     23BOOL WINAPI QueryPerformanceCounter(LARGE_INTEGER *);
     24#define LowPart u.LowPart
    2125
    2226ODINDEBUGCHANNEL(WSOCK32-UNKNOWN)
Note: See TracChangeset for help on using the changeset viewer.