mirror of https://github.com/lianthony/NT4.0
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.
29 lines
322 B
29 lines
322 B
/*++
|
|
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
cv.h
|
|
|
|
Abstract:
|
|
|
|
This file contains all of the type definitions for accessing
|
|
CODEVIEW data.
|
|
|
|
Author:
|
|
|
|
Wesley A. Witt (wesw) 26-March-1992
|
|
|
|
Environment:
|
|
|
|
Win32, User Mode
|
|
|
|
--*/
|
|
|
|
#define _REAL10
|
|
|
|
#include "cvinfo.h"
|
|
#include "cvexefmt.h"
|
|
|