Define WIN32_LEAN_AND_MEAN globally

This commit is contained in:
Birunthan Mohanathas
2013-12-24 11:20:19 +00:00
parent c196396ad0
commit da92def9fc
26 changed files with 27 additions and 14 deletions

View File

@ -24,6 +24,7 @@
#include <commctrl.h>
#include <commoncontrols.h>
#include <process.h>
#include <Shellapi.h>
#include <Shlwapi.h>
// STL

View File

@ -24,6 +24,7 @@
#include <WinInet.h>
#include <Psapi.h>
#include <comutil.h>
#include <ShellAPI.h>
// STL
#include <string>

View File

@ -17,6 +17,7 @@
*/
#include <windows.h>
#include <Winsock2.h>
#include <string>
#include <Ipexport.h>
#include <Icmpapi.h>

View File

@ -21,6 +21,7 @@
#include <time.h>
#include <errno.h>
#include <crtdbg.h>
#include <stdlib.h>
#include "../../Common/RawString.h"
#include "../../Library/Export.h" // Rainmeter's exported functions

View File

@ -16,7 +16,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <ShellAPI.h>
#include <process.h>

View File

@ -16,7 +16,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <Iphlpapi.h>
#include <Netlistmgr.h>

View File

@ -8,6 +8,8 @@
#pragma once
#include <Mmreg.h>
// ----------------------------------------------------------------------------
// class CPolicyConfigClient
// {294935CE-F637-4E7C-A41B-AB255460B862}