Ignore:
Timestamp:
Aug 1, 2000, 3:49:56 AM (25 years ago)
Author:
bird
Message:

Corrected a couple of mistakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/database/Teams.sql

    r3859 r3905  
    1 -- $Id: Teams.sql,v 1.3 2000-07-18 22:21:28 bird Exp $
     1-- $Id: Teams.sql,v 1.4 2000-08-01 01:49:56 bird Exp $
    22--
    33-- Team data.
     
    424424    VALUES        (   3008,    3, 'Winsock'
    425425,'To implement networking support (TCP/IP and NetBIOS primarily) via
    426 <tt>WSOCK32.DLL</tt>, <tt>NETAPI.DLL</tt> and <tt>MPR.DLL</tt>'
     426<tt>WSOCK32.DLL</tt>, <tt>NETAPI32.DLL</tt> and <tt>MPR.DLL</tt>'
    427427,
    428428'<li>Vince Vielhaber did Winsock part in old project (practicaly completed
     
    450450                       );
    451451INSERT INTO tgroupdll(tgroup, dll)
    452     SELECT 3003, refcode FROM dll WHERE name IN ('WSOCK32', 'NETAPI', 'MPR');
     452    SELECT 3008, refcode FROM dll WHERE name IN ('WSOCK32', 'NETAPI32', 'MPR');
    453453
    454454
     
    645645                       );
    646646INSERT INTO tgroupdll(tgroup, dll)
    647     SELECT 3015, refcode FROM dll WHERE name IN ('CAPI32');
     647    SELECT 3015, refcode FROM dll WHERE name IN ('CAPI2032');
    648648
    649649
Note: See TracChangeset for help on using the changeset viewer.