12 lines
265 B
C
12 lines
265 B
C
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently,
|
|
// but are changed infrequently
|
|
#ifndef _STDAFX_H
|
|
#define _STDAFX_H
|
|
|
|
#include "wsb.h"
|
|
#include "resource.h"
|
|
|
|
#endif // _STDAFX_H
|
|
|