2024-03-19 22:22:29 +01:00
|
|
|
//
|
|
|
|
// PCH.H
|
|
|
|
//
|
|
|
|
|
2024-03-19 22:37:54 +01:00
|
|
|
#define _WIN32_IE 0x0200
|
|
|
|
|
2024-03-19 22:22:29 +01:00
|
|
|
#include <windows.h>
|
2024-03-19 22:37:03 +01:00
|
|
|
#include <tchar.h>
|
2024-03-19 22:24:30 +01:00
|
|
|
#include <shellapi.h>
|
2024-03-19 22:37:03 +01:00
|
|
|
#include <commctrl.h>
|
2024-03-19 22:22:29 +01:00
|
|
|
#include <stdlib.h>
|
2024-03-19 22:37:54 +01:00
|
|
|
#include <ctype.h>
|
2024-03-19 22:22:29 +01:00
|
|
|
#include <stdio.h>
|
|
|
|
#include <direct.h>
|
|
|
|
#include <crtdbg.h>
|