LibLogicalAccess  2.5.0
An Open Source RFID Library
Loading...
Searching...
No Matches
stdafx.h
Go to the documentation of this file.
1// stdafx.h : include file for standard system include files,
2// or project specific include files that are used frequently, but
3// are changed infrequently
4//
5
6#pragma once
7
8#include "targetver.h"
9
10// Bug number 621653 reported on Microsoft Connect
11#ifdef _MSC_VER
12#pragma warning (push)
13#pragma warning (disable : 4005)
14#include <intsafe.h>
15#include <stdint.h>
16#pragma warning (push)
17#pragma warning (default : 4005)
18#endif
19
20#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
21// Windows Header Files:
22#include <winsock2.h>
23#include <windows.h>
24
25// TODO: reference additional headers your program requires here
26//const CLSID CLSID_LibLOGICALACCESS = { 0x288569B8, 0xFD41, 0x482e, 0x89, 0x21, 0x67, 0x15, 0xCA, 0x75, 0x28, 0x40 };
27//const GUID GUID_TypeLibLOGICALACCESS = { 0x57748055, 0x657d, 0x4365, 0x86, 0xD0, 0x10, 0x64, 0x85, 0xED, 0x05, 0xA2 };