summaryrefslogtreecommitdiff
path: root/graphics/sam2p/StdAfx.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/sam2p/StdAfx.h
Initial commit
Diffstat (limited to 'graphics/sam2p/StdAfx.h')
-rw-r--r--graphics/sam2p/StdAfx.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/graphics/sam2p/StdAfx.h b/graphics/sam2p/StdAfx.h
new file mode 100644
index 0000000000..bb68251374
--- /dev/null
+++ b/graphics/sam2p/StdAfx.h
@@ -0,0 +1,39 @@
+// StdAfx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#if !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)
+#define AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_
+
+#if _MSC_VER > 1000
+#ifndef __clang__
+#pragma once
+#endif
+#endif // _MSC_VER > 1000
+
+#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+
+
+// Windows Header Files:
+#include <windows.h>
+
+#include <process.h> /* _getpid() */
+#include <shellapi.h> /* ShellExecute() */
+
+// C RunTime Header Files
+#include <stdlib.h>
+#include <malloc.h>
+#include <memory.h>
+#include <tchar.h>
+#include <stdio.h> /* sprintf() */
+#include <oledlg.h> /* OPENFILENAME */
+
+// Local Header Files
+
+// TODO: reference additional headers your program requires here
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_STDAFX_H__A9DB83DB_A9FD_11D0_BFD1_444553540000__INCLUDED_)