just a bunch of stuff to prove that i'm alive
This commit is contained in:
@@ -7,4 +7,12 @@
|
||||
MIT License, see LICENSE.txt in the root folder
|
||||
\* * * * * * * */
|
||||
|
||||
/* Pragmas */
|
||||
#pragma once
|
||||
#pragma comment(linker,"\"/manifestdependency:type='win32' \
|
||||
name='Microsoft.Windows.Common-Controls' version='6.0.0.0' \
|
||||
processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")
|
||||
|
||||
/* Macros and Defines */
|
||||
#define CharSizeOf(x) (sizeof(x) / sizeof(*x))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user