Files
dragonpilot/panda/drivers/windows/pandaJ2534DLL/stdafx.h

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>