/*++

Copyright (c) 2000 Microsoft Corporation

Module Name:

    v2app.h

Abstract:

    Constants used to communicate with the v2 app layer.

Author:

    Jim Schmidt (jimschm) 24-May-2000

Revision History:

    <alias> <date> <comments>

--*/

#pragma once

//
// Includes
//

#include "ism.h"
#include "trans.h"

//
// Strings
//

// None

//
// Constants
//

// None

//
// Macros
//

// None

//
// Types
//

// None

//
// Globals
//

// None

//
// Macro expansion list
//

// None

//
// Macro expansion definition
//

// None

//
// Public function declarations
//

// None

//
// ANSI/UNICODE macros
//

// None



