blob: 72410eecd6b9f8f802a088462882b6abb9310ad1 (
plain)
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
|