2025-04-27 07:49:33 -04:00

18 lines
292 B
C

#ifndef _STDAFX_H
#define _STDAFX_H
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#include <windows.h>
#include <objbase.h>
#include <winsock2.h>
#include <tapi3.h>
#include <control.h>
#include <strmif.h>
#include <confpriv.h>
#include <h323priv.h>
#endif