Ignore:
Timestamp:
Oct 6, 2000, 9:49:06 PM (25 years ago)
Author:
hugh
Message:

Updated to latest WINE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DPlayX/dplaysp.cpp

    r4317 r4446  
    1 // $Id: dplaysp.cpp,v 1.2 2000-09-24 22:47:37 hugh Exp $
     1// $Id: dplaysp.cpp,v 1.3 2000-10-06 19:49:04 hugh Exp $
    22/* This contains the implementation of the interface Service
    33 * Providers require to communicate with Direct Play
     
    2828DEFAULT_DEBUG_CHANNEL(dplay);
    2929
     30#undef  debugstr_guid
    3031#define debugstr_guid(a) a
    3132
     
    380381         This, idPlayer, lplpData, lpdwDataSize, dwFlags );
    381382
     383  /* What to do in the case where there is nothing set yet? */
     384
    382385  *lplpData     = This->sp->lpPlayerData;
    383386  *lpdwDataSize = This->sp->dwPlayerDataSize;
     
    451454    }
    452455
     456    case DPMSGCMD_GETNAMETABLE:
     457    case DPMSGCMD_GETNAMETABLEREPLY:
    453458    case DPMSGCMD_NEWPLAYERIDREPLY:
    454459    case DPMSGCMD_REQUESTNEWPLAYERID:
Note: See TracChangeset for help on using the changeset viewer.