//+------------------------------------------------------------------------- // // Microsoft Windows // // Copyright (C) Microsoft Corporation, 1997 - 1999 // // File: ksguid.c // //-------------------------------------------------------------------------- #include #include #define NOBITMAP #include #include // // Create a separate library for the SDK which does not separate the // guids out from the .text section. // #ifdef DDK_KS #ifdef ALLOC_DATA_PRAGMA #pragma const_seg("PAGECONST") #endif // ALLOC_PRAGMA #endif // SDK_KS // include swenum.h first so that a separate guid entry is made for the BUSID. #include #include #include #include #include #include // remove this, since basetyps.h defines it again. #undef DEFINE_GUID #include // set the version to less than 1100 so that guids are defined for the library. #ifdef _MSC_VER #undef _MSC_VER #endif // _MSC_VER #define _MSC_VER 0 #include #include #ifdef ALLOC_DATA_PRAGMA #pragma const_seg() #endif // ALLOC_DATA_PRAGMA