mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Define WIN32_LEAN_AND_MEAN globally
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
#include <commctrl.h>
|
||||
#include <commoncontrols.h>
|
||||
#include <process.h>
|
||||
#include <Shellapi.h>
|
||||
#include <Shlwapi.h>
|
||||
|
||||
// STL
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <WinInet.h>
|
||||
#include <Psapi.h>
|
||||
#include <comutil.h>
|
||||
#include <ShellAPI.h>
|
||||
|
||||
// STL
|
||||
#include <string>
|
||||
|
@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <windows.h>
|
||||
#include <Winsock2.h>
|
||||
#include <string>
|
||||
#include <Ipexport.h>
|
||||
#include <Icmpapi.h>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <Mmreg.h>
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// class CPolicyConfigClient
|
||||
// {294935CE-F637-4E7C-A41B-AB255460B862}
|
||||
|
Reference in New Issue
Block a user