Minimized windows.h content

This commit is contained in:
Chuck Walbourn
2016-04-24 20:28:04 -07:00
parent 51e92d4e5d
commit ab9fd446ee
3 changed files with 15 additions and 5 deletions

View File

@@ -6,6 +6,9 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
//--------------------------------------------------------------------------------------
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>