/* * 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 | 11893 | Robert Cowham |
Populate -o //guest/robert_cowham/perforce/P4OFC/main/... //guest/robert_cowham/perforce/P4OFC/icm/.... |
||
//guest/robert_cowham/perforce/P4OFC/main/libp4gt/PerforceAPI.h | |||||
#1 | 10843 | Robert Cowham |
Initial version of P4OFC source code. See README.txt (and LICENSE.txt and doc\P4OFC-Design.docx) |