diff options
Diffstat (limited to 'windows/bootpgm/win32/stdafx.cpp')
| -rw-r--r-- | windows/bootpgm/win32/stdafx.cpp | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/windows/bootpgm/win32/stdafx.cpp b/windows/bootpgm/win32/stdafx.cpp new file mode 100644 index 00000000..f53d502a --- /dev/null +++ b/windows/bootpgm/win32/stdafx.cpp @@ -0,0 +1,26 @@ +/* The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific language governing rights and limitations
+ * under the License.
+ *
+ * The Initial Developer of the Original Code is Johannes Rudolph.
+ * Portions created by the Initial Developer are Copyright (C) 2006
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ * Johannes Rudolph <johannes_rudolph@gmx.de>
+ */
+
+// stdafx.cpp : source file that includes just the standard includes
+// usermode-registry.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
|
