| mtxdm.h (2001.12.8530.16385-Windows_7.0) | | mtxdm.h (2001.12.10530.17415-Windows_8.1) |
| // Copyright (C) 1995-1999 Microsoft Corporation. All rights reserved. | | // Copyright (C) 1995-1999 Microsoft Corporation. All rights reserved. |
| | |
| #ifndef __MTXDM_H__ | | #ifndef __MTXDM_H__ |
| #define __MTXDM_H__ | | #define __MTXDM_H__ |
|
| | #include <winapifamily.h> |
| | |
| | #pragma region Desktop Family |
| | #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) |
| | |
| // mtxdm.h | | // mtxdm.h |
| // Defines legacy mtxdm startup interface, remove asap, when all dispensers stop
doing this. | | // Defines legacy mtxdm startup interface, remove asap, when all dispensers stop
doing this. |
| // New stuff is in ccpublic.idl and dispman.idl | | // New stuff is in ccpublic.idl and dispman.idl |
| | |
| #include "comsvcs.h" | | #include "comsvcs.h" |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C"{ | | extern "C"{ |
| #endif | | #endif |
| | |
| skipping to change at line 26 | | skipping to change at line 30 |
| // | | // |
| // GetDispenserManager | | // GetDispenserManager |
| // A Dispenser calls this API to get a reference to DispenserManager. | | // A Dispenser calls this API to get a reference to DispenserManager. |
| // | | // |
| __declspec(dllimport) HRESULT __cdecl GetDispenserManager(IDispenserManager**); | | __declspec(dllimport) HRESULT __cdecl GetDispenserManager(IDispenserManager**); |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| } | | } |
| #endif | | #endif |
| | |
|
| | #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ |
| | #pragma endregion |
| | |
| #endif | | #endif |
| | |
| End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 7 lines changed or added |
|