22 lines
671 B
C++
22 lines
671 B
C++
|
//+------------------------------------------------------------------
|
||
|
//
|
||
|
// File: pch.hxx
|
||
|
//
|
||
|
// Contents: headers to precompile when building cmdline.lib
|
||
|
//
|
||
|
// Synoposis:
|
||
|
//
|
||
|
// Classes:
|
||
|
//
|
||
|
// Functions:
|
||
|
//
|
||
|
// History: 09/18/92 Lizch Created
|
||
|
//
|
||
|
//-------------------------------------------------------------------
|
||
|
#include <cmdlinew.hxx> // public cmdlinew stuff
|
||
|
#include "_clw.hxx" // private cmdlinew stuff
|
||
|
#include <stdio.h> // For default output
|
||
|
#include <stdlib.h> // For mbstowcs declaration
|
||
|
#include <nchar.h> // nchar (neutral character set)
|
||
|
#include <ctype.h> // is functions
|