summaryrefslogtreecommitdiff
path: root/CDAL/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'CDAL/stdafx.h')
-rw-r--r--CDAL/stdafx.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/CDAL/stdafx.h b/CDAL/stdafx.h
new file mode 100644
index 0000000..65d5da9
--- /dev/null
+++ b/CDAL/stdafx.h
@@ -0,0 +1,30 @@
+/*
+ * stdafx.h
+ *
+ * Copyright (C) ST-Ericsson SA 2011
+ * Authors: Srimanta Panda <srimanta.panda@stericsson.com>,
+ * Ola Borgelin <ola.borgelin@stericsson.com>,
+ * Karin Hedlund <karin.hedlund@stericsson.com>,
+ * Markus Andersson <markus.m.andersson@stericsson.com> for ST-Ericsson.
+ * License terms: 3-clause BSD license
+ *
+ */
+
+#pragma once
+
+
+#ifdef _WIN32
+
+#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
+// Windows Header Files:
+#include <windows.h>
+#include <process.h>
+#include <dbt.h>
+
+#include <cstdlib>
+#include <cstdio>
+#include <iostream>
+#include <usb.h>
+#else
+#include <libusb.h>
+#endif // _WIN32