blob: 7a6b124d2d29fd3addb1386e29a28cfa9cf0121a [file] [log] [blame]
Reid Spencer52a7efa2004-08-29 19:20:41 +00001//===- Win32/Program.cpp - Win32 Program Implelementation ----- -*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file was developed by Reid Spencer and is distributed under the
6// University of Illinois Open Source License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file provides the Win32 specific implementation of the Program class.
11//
12//===----------------------------------------------------------------------===//
13
14//===----------------------------------------------------------------------===//
15//=== WARNING: Implementation here must contain only generic Win32 code that
16//=== is guaranteed to work on *all* Win32 variants.
17//===----------------------------------------------------------------------===//
18
19// vim: sw=2 smartindent smarttab tw=80 autoindent expandtab