//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // // Copyright (c) Microsoft Corporation. All rights reserved. // // Module Name: precomp.h // Abstract: // // Precompiled header file for the NetNfpControl console app // //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// #pragma once #ifndef UNICODE #define UNICODE #endif #ifndef _UNICODE #define _UNICODE #endif // Windows Headers #include #include #include #include #include #include #include #include #include #include // ATL stuff #include // Common NetNfp header #include "NetNfp.h"