Mobile API Reference  MicroStrategy 2019
PDCatlbase.h
Go to the documentation of this file.
1 //==============================================================================================
2 // FILENAME : PDCatlbase.h
3 // AUTHOR : Perl Script
4 // CREATION : 6/13/02
5 // Copyright (C) MicroStrategy, Inc. 2002
6 //==============================================================================================
7 #ifndef PDCatlbase_h
8 #define PDCatlbase_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 <atlbase.h>
15  #include "ATL/DssAtlbase.h"
16  #include "ProtectedSource/UndefineWin32APIAliases.h"
17 #else
19 #endif // WIN32 && !_USE_MSI_COM
20 
21 // this must be the *last* file included
22 #include "ProtectedSource/Epilog.h"
23 
24 #endif // PDCatlbase_h