aboutsummaryrefslogtreecommitdiff
path: root/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PIPrefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PIPrefix.h')
-rw-r--r--Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PIPrefix.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PIPrefix.h b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PIPrefix.h
new file mode 100644
index 0000000..b4c376e
--- /dev/null
+++ b/Adobe_SigHandler/Adobe.PDF-AS-SigHandler/sources/import/API/PIPrefix.h
@@ -0,0 +1,36 @@
+/*********************************************************************
+
+ ADOBE SYSTEMS INCORPORATED
+ Copyright (C) 1994-2006 Adobe Systems Incorporated
+ All rights reserved.
+
+ NOTICE: Adobe permits you to use, modify, and distribute this file
+ in accordance with the terms of the Adobe license agreement
+ accompanying it. If you have received this file from a source other
+ than Adobe, then your use, modification, or distribution of it
+ requires the prior written permission of Adobe.
+
+ ---------------------------------------------------------------------
+
+ PIPrefix.h
+
+ - The bare minimum prefix file required to compile a Macintosh
+ plug-in for the Acrobat Viewer.
+
+*********************************************************************/
+
+#ifndef _H_PIPrefix
+#define _H_PIPrefix
+
+/**
+ Defines the platform-specific header file. It must be <code>"MacPlatform.h"</code> on the Mac OS and <code>"WINPLTFM.H"</code> on Windows.
+ PLATFORM is automatically set by the header file.
+*/
+#define PLATFORM "MacPlatform.h"
+/**
+ Defines the platform-specific header file. It must be <code>"Plugin.h"</code> on the Mac OS and Windows.
+ PRODUCT is automatically set by the header file.
+*/
+#define PRODUCT "Plugin.h"
+
+#endif