-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stdafx.h
46 lines (36 loc) · 1.01 KB
/
stdafx.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#pragma once
#define OEMRESOURCE
#include <atomic>
#include <concepts>
#include <optional>
#include <ppl.h>
#include <gsl/gsl>
// Included before windows.h, because pfc.h includes winsock2.h
#include "../pfc/pfc.h"
#include <windows.h>
#include <SHLWAPI.H>
#include <wil/result.h>
#include "../foobar2000/SDK/foobar2000-lite.h"
#include "../foobar2000/SDK/cfg_var.h"
#include "../foobar2000/SDK/config_object.h"
#include "../foobar2000/SDK/coreDarkMode.h"
#include "../foobar2000/SDK/initquit.h"
#include "../foobar2000/SDK/library_callbacks.h"
#include "../foobar2000/SDK/main_thread_callback.h"
#include "../foobar2000/SDK/modeless_dialog.h"
#include "../mmh/stdafx.h"
#include "../ui_helpers/stdafx.h"
#include "config_var.h"
#include "config_object.h"
#include "console.h"
#include "dark_mode.h"
#include "fcl.h"
#include "info_box.h"
#include "initquit.h"
#include "library.h"
#include "low_level_hook.h"
#include "main_thread_callback.h"
#include "sort.h"
#include "stream.h"
#include "utility.h"
#include "wil.h"