Changed size of NOTIFYICONDATA structure

This commit is contained in:
2022-02-12 19:40:27 +03:00
parent f58e6a99cb
commit e7c06ec4b6
3 changed files with 10 additions and 6 deletions

View File

@@ -6,14 +6,15 @@
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files
#include <iostream>
#include <fstream>
#include <filesystem>
#include <string>
#include <strsafe.h>
#include <shellapi.h>
#include <windows.h>
#include <shellapi.h>
#include <CommCtrl.h>
// C RunTime Header Files