client/EterPack/StdAfx.h

9 lines
189 B
C

#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
//#include <crtdbg.h>
#include <windows.h>
#include <assert.h>
#include "../eterBase/StdAfx.h"