26 lines
421 B
C++
26 lines
421 B
C++
|
|
|
|
// Microsoft Windows
|
|
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
|
|
// File: global.hxx
|
|
|
|
// Contents: Top level internal header file
|
|
|
|
// Contains the pre-compiled type information
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
#include <stdio.h>
|
|
#include <malloc.h>
|
|
#include <assert.h>
|
|
#include <wincrypt.h>
|
|
#include <base64.h>
|
|
#include "resource.h"
|
|
#include "unicode.h"
|
|
#include "javaattr.h"
|
|
|
|
#pragma hdrstop
|