mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
stdafx.h: remove BOM from custom included headers
Also add warnings about adding them.
This commit is contained in:
parent
2bee096246
commit
3b8e3a9714
10 changed files with 17 additions and 17 deletions
|
@ -1 +1,5 @@
|
|||
// No BOM and only basic ASCII in this file, or a neko will die
|
||||
#include "stdafx.h"
|
||||
|
||||
static_assert(be_t<u16>(1) + be_t<u32>(2) + be_t<u64>(3) == 6);
|
||||
static_assert(le_t<u16>(1) + le_t<u32>(2) + le_t<u64>(3) == 6);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue