Ignore:
Timestamp:
Oct 3, 2000, 7:38:09 AM (25 years ago)
Author:
bird
Message:

Did some attempt to make Watcom compile these files...
Had to wrap function declarations into extern "C" { } or else Watcom
generated mangled names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/lsa.cpp

    r2650 r4400  
    1 /* $Id: lsa.cpp,v 1.5 2000-02-05 01:51:39 sandervl Exp $ */
     1/* $Id: lsa.cpp,v 1.6 2000-10-03 05:38:09 bird Exp $ */
    22
    33/*
     
    277277 *****************************************************************************/
    278278
    279 
     279extern "C"
     280{
    280281NTSTATUS WIN32API LsaAddAccountRights(LSA_HANDLE           PolicyHandle,
    281282                                      PSID                 AccountSid,
     
    387388              HANDLE   NotificationEventHandle);
    388389
    389 
     390}
    390391
    391392
Note: See TracChangeset for help on using the changeset viewer.