mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-06-14 03:16:38 +10:00
9800b03b63
Help is always located in the same folder as binary that is using it.
28 lines
647 B
C
28 lines
647 B
C
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
|
|
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#define STRICT_TYPED_ITEMIDS
|
|
// Windows Header Files:
|
|
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include <shlobj.h>
|
|
#include <shellapi.h>
|
|
|
|
#define _ATL_MODULES // compatibility with /permissive-
|
|
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
|
|
|
|
#include <atlbase.h>
|
|
#include <atltypes.h>
|
|
#include <atlstr.h>
|
|
#include <atlwin.h>
|
|
|
|
#include "StringUtils.h"
|
|
#include "TrackResources.h"
|
|
#include "Assert.h"
|