WindowsXP-SP1/enduser/netmeeting/nmrk/precomp.h
2020-09-30 16:53:49 +02:00

25 lines
464 B
C

#ifndef __Precomp_h_
#define __Precomp_h_
#define OEMRESOURCE
#pragma warning( disable : 4786 )
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include <commdlg.h>
#include <dlgs.h>
#include <shellapi.h>
#include <prsht.h>
#include <assert.h>
#include <limits.h>
#include <tchar.h>
#include <shlobj.h>
#include "Util.h"
//#include "resource.h"
extern HINSTANCE g_hInstance;
extern HWND g_hwndActive;
#endif