mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Update pch.h
This commit is contained in:
parent
5341d513d2
commit
165e2d8084
1 changed files with 3 additions and 0 deletions
|
@ -26,3 +26,6 @@
|
|||
#include <unordered_map>
|
||||
#include <array>
|
||||
#include <ppltasks.h>
|
||||
|
||||
#define LODWORD(qw) ((DWORD)(qw))
|
||||
#define HIDWORD(qw) ((DWORD)(((qw) >> 32) & 0xffffffff))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue