Mobile API Reference  MicroStrategy 2019
PDCobjidl.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : PDCobjidl.h
3 // AUTHOR : Perl Script
4 // CREATION : 6/13/02
5 // Copyright (C) MicroStrategy, Inc. 2002
6 //==============================================================================================
7 #ifndef PDCobjidl_h
8 #define PDCobjidl_h
9 
10 // this must be the *first* file included
11 #include "ProtectedSource/Prolog.h"
12 
13 #if defined(WIN32) && !defined(_USE_MSI_COM)
14  #include <objidl.h>
15 #else
17 #endif // WIN32 && !_USE_MSI_COM
18 
19 // this must be the *last* file included
20 #include "ProtectedSource/Epilog.h"
21 
22 #endif // PDCobjidl_h
23