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

VAC++ didn't like the Watcom changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/advapi32/ADVAPI32.CPP

    r4400 r4404  
    1 /* $Id: ADVAPI32.CPP,v 1.14 2000-10-03 05:38:08 bird Exp $ */
     1/* $Id: ADVAPI32.CPP,v 1.15 2000-10-03 05:52:30 bird Exp $ */
    22
    33/*
     
    4848 * Watcom C/C++ messed things up...
    4949 */
     50#ifdef __WATCOM__
    5051extern "C"
    5152{
     
    311312                                          HANDLE                hClientToken);
    312313}
    313 
     314#endif //__WATCOM__
    314315
    315316/*****************************************************************************
Note: See TracChangeset for help on using the changeset viewer.