home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / ncommode.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  449b  |  18 lines

  1. /***
  2. *ncommode.c - set global file commit mode flag to nocommit
  3. *
  4. *       Copyright (c) 1990-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       Sets the global file commit mode flag to nocommit.  This is the default.
  8. *
  9. *******************************************************************************/
  10.  
  11.  
  12. #include <cruntime.h>
  13. #include <internal.h>
  14.  
  15. /* set default file commit mode to nocommit */
  16. int _commode = 0;
  17.  
  18.