blob: 37bbd0c33b7f78f9e89374de14cfdafb613dcc63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// StdAfx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#include "../../../Common/Common.h"
#include <commctrl.h>
// #define printf(x) NO_PRINTF_(x)
// #define sprintf(x) NO_SPRINTF_(x)
#endif
|