You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
766 B
39 lines
766 B
//+------------------------------------------------------------------
|
|
//
|
|
// File: pch.hxx
|
|
//
|
|
// Contents: headers to precompile when building cmdline.lib
|
|
//
|
|
// Synoposis:
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 09/18/92 Lizch Created
|
|
//
|
|
//-------------------------------------------------------------------
|
|
extern "C"
|
|
{
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#include <time.h>
|
|
#include <fcntl.h>
|
|
#include <sys\types.h>
|
|
#include <sys\stat.h>
|
|
#include <io.h>
|
|
#include <direct.h>
|
|
#include <share.h>
|
|
}
|
|
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
//#include <lmcons.h>
|
|
//#include <lmerr.h>
|
|
//#include <lmwksta.h>
|
|
//#include <lmapibuf.h>
|
|
|
|
#include "log.hxx"
|
|
#include "log.h"
|