PerforceAPI.h #1

  • //
  • main/
  • guest/
  • perforce_software/
  • p4office/
  • main/
  • p4com/
  • src/
  • PerforceAPI.h
  • View
  • Commits
  • Open Download .zip Download (542 B)
/*
 * Copyright 2004 Perforce Software.  All rights reserved.
 *
 * Developed by Data Shades Ltd.
 */

#ifndef INC_PERFORCE_API
#define INC_PERFORCE_API

/*
 * Include all Perforce client API headers
 */
#include <clientapi.h>
#include <vararray.h>
#include <strtable.h>
#include <spec.h>

// This is defined to the following in stdhdrs.h:
// # define tolower(x) ((x)>='A'&&(x)<='Z'?(x)-'A'+'a':(x))
// and it causes major compilation failures when including <iostream> after it.
// Therefore remove as we don't use it.
#undef tolower

#endif
# Change User Description Committed
#1 11314 Robert Cowham Initial population of perforce_software version of P4OFC
//guest/robert_cowham/perforce/API/p4com/main/src/PerforceAPI.h
#1 4743 Robert Cowham Missed new files referred to by previous checkin.