Reid Spencer | 52a7efa | 2004-08-29 19:20:41 +0000 | [diff] [blame^] | 1 | //===- 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 |