Changeset 4028 for trunk/src


Ignore:
Timestamp:
Aug 17, 2000, 8:21:05 PM (25 years ago)
Author:
sandervl
Message:

wrong dllHandle type -> caused load failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dsound/initterm.cpp

    r3993 r4028  
    1 /* $Id: initterm.cpp,v 1.11 2000-08-11 10:56:15 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.12 2000-08-17 18:21:05 sandervl Exp $ */
    22
    33/*
     
    4646
    4747char dsoundPath[CCHMAXPATH] = "";
    48 static char dllHandle = 0;
     48static HMODULE dllHandle = 0;
    4949
    5050//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.