aboutsummaryrefslogtreecommitdiff
path: root/external/GFSDK_Aftermath_v1.21/include/defines.h
diff options
context:
space:
mode:
authorMiles Macklin <[email protected]>2018-03-19 15:10:24 +1300
committerMiles Macklin <[email protected]>2018-03-19 15:10:24 +1300
commit8ee05c79ae1748ef132a12e4fb0af284899faec6 (patch)
tree82bd5aa1892e28ce7886b6cfeafe66a47ff38e67 /external/GFSDK_Aftermath_v1.21/include/defines.h
parentFlex 1.2 (beta 2) (diff)
downloadflex-8ee05c79ae1748ef132a12e4fb0af284899faec6.tar.xz
flex-8ee05c79ae1748ef132a12e4fb0af284899faec6.zip
Flex 1.2.0 release
Diffstat (limited to 'external/GFSDK_Aftermath_v1.21/include/defines.h')
-rw-r--r--external/GFSDK_Aftermath_v1.21/include/defines.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/external/GFSDK_Aftermath_v1.21/include/defines.h b/external/GFSDK_Aftermath_v1.21/include/defines.h
new file mode 100644
index 0000000..9e1b137
--- /dev/null
+++ b/external/GFSDK_Aftermath_v1.21/include/defines.h
@@ -0,0 +1,22 @@
+/*
+* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
+*
+* NVIDIA CORPORATION and its licensors retain all intellectual property
+* and proprietary rights in and to this software, related documentation
+* and any modifications thereto. Any use, reproduction, disclosure or
+* distribution of this software and related documentation without an express
+* license agreement from NVIDIA CORPORATION is strictly prohibited.
+*/
+
+#pragma once
+
+// Library stuff...
+#define GFSDK_Aftermath_PFN typedef GFSDK_Aftermath_Result
+
+#ifdef EXPORTS
+#define GFSDK_Aftermath_DLLSPEC __declspec(dllexport)
+#else
+#define GFSDK_Aftermath_DLLSPEC
+#endif
+
+#define GFSDK_Aftermath_API extern "C" GFSDK_Aftermath_DLLSPEC GFSDK_Aftermath_Result