Skip to content

Commit

Permalink
Update stdafx.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dantarion authored Aug 10, 2016
1 parent a791e0f commit a96c9f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion xinput1_3/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
#include <windows.h>
#include <process.h>
#include <xinput.h>
#pragma comment(lib,"dinput8")
#pragma comment(lib,"dxguid")
#include <dinput.h>
#include <dbt.h>

#include "utils.h"
#include "utils.h"

0 comments on commit a96c9f0

Please sign in to comment.