Ignore:
Timestamp:
Jan 18, 2000, 9:24:02 PM (26 years ago)
Author:
sandervl
Message:

JW: Updated to Wine level 20000109 + corrected compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/wavemap/initterm.cpp

    r2459 r2472  
    1 /* $Id: initterm.cpp,v 1.1 2000-01-17 05:22:59 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.2 2000-01-18 20:24:02 sandervl Exp $ */
    22
    33/*
     
    3232#include <string.h>
    3333#include <odin.h>
     34#include <win32type.h>
     35#include <odinlx.h>
    3436#include <misc.h>       /*PLF Wed  98-03-18 23:18:15*/
    3537
     
    7476         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    7577
     78         if(RegisterLxDll(hModule, 0, 0) == FALSE)
     79                return 0UL;
     80
    7681         /*******************************************************************/
    7782         /* A DosExitList routine must be used to clean up if runtime calls */
     
    8590         break;
    8691      case 1 :
     92         UnregisterLxDll(hModule);
    8793         break;
    8894      default  :
Note: See TracChangeset for help on using the changeset viewer.