Files
StarPilot/panda/drivers/windows/pandaJ2534DLL/stdafx.h
T
2017-12-23 17:10:42 -08:00

14 lines
280 B
C++

#pragma once
#include "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
#include <string>
#include <array>
#include <queue>
#include <ctime>
#include <chrono>
#include <tchar.h>