]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/windows/process_platform.h
Add a Process class for running and interfacing with other programs
[libs/core.git] / source / core / windows / process_platform.h
diff --git a/source/core/windows/process_platform.h b/source/core/windows/process_platform.h
new file mode 100644 (file)
index 0000000..4cb793a
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef MSP_CORE_PROCESS_PLATFORM_H_
+#define MSP_CORE_PROCESS_PLATFORM_H_
+
+#include <windows.h>
+
+namespace Msp {
+
+typedef PROCESS_INFORMATION PlatformProcessInformation;
+
+} // namespace Msp
+
+#endif