| naputil.h (6.1.7601.17514-Windows_7.0) | | naputil.h (6.3.9600.17415-Windows_8.1) |
| | |
| skipping to change at line 17 | | skipping to change at line 17 |
| // NAP utilities. | | // NAP utilities. |
| // | | // |
| //////////////////////////////////////////////////////////// | | //////////////////////////////////////////////////////////// |
| | |
| #ifndef NAPUTIL_H | | #ifndef NAPUTIL_H |
| #define NAPUTIL_H | | #define NAPUTIL_H |
| | |
| #if _MSC_VER > 1000 | | #if _MSC_VER > 1000 |
| #pragma once | | #pragma once |
| #endif | | #endif |
|
| | #include <winapifamily.h> |
| | |
| | #pragma region Desktop Family |
| | #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) |
| | |
| #include "naptypes.h" | | #include "naptypes.h" |
| #include "napmanagement.h" | | #include "napmanagement.h" |
| #include "napservermanagement.h" | | #include "napservermanagement.h" |
| #include "napprotocol.h" | | #include "napprotocol.h" |
| #include "napenforcementclient.h" | | #include "napenforcementclient.h" |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" { | | extern "C" { |
| #endif | | #endif |
| | |
| skipping to change at line 169 | | skipping to change at line 173 |
| NAPAPI | | NAPAPI |
| VOID WINAPI | | VOID WINAPI |
| UninitializeNapAgentNotifier( | | UninitializeNapAgentNotifier( |
| IN NapNotifyType type | | IN NapNotifyType type |
| ); | | ); |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| } | | } |
| #endif | | #endif |
| | |
|
| | #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ |
| | #pragma endregion |
| | |
| #endif // NAPUTIL_H | | #endif // NAPUTIL_H |
| | |
| End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 7 lines changed or added |
|