• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // StdAfx.h
2 
3 #ifndef __STDAFX_H
4 #define __STDAFX_H
5 
6 #include "../../../Common/Common.h"
7 
8 #include <commctrl.h>
9 
10 // #define printf(x) NO_PRINTF_(x)
11 // #define sprintf(x) NO_SPRINTF_(x)
12 
13 #endif
14