Stdafx.h #3

  • //
  • guest/
  • jacob_gladish/
  • PerforceDotNet/
  • p4dn/
  • Stdafx.h
  • View
  • Commits
  • Open Download .zip Download (386 B)
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently

#pragma once

#using <mscorlib.dll>
#using <System.dll>

#include "stdhdrs.h"
#include "strbuf.h"
#include "error.h"
#include "filesys.h"
#include "strdict.h"

#include "clientapi.h"
#include "clientuser.h"
#include "echoctl.h"
# Change User Description Committed
#3 7712 Jacob Gladish Removed license.
Need to ensure proper assignment first.
#2 7704 Jacob Gladish Updated license to freebsd
#1 3787 Jacob Gladish initial code submission