libusbdll moved to trunk

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@33 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2005-10-28 11:54:22 +00:00
parent 5487a0f634
commit a25d11b59b
11 changed files with 1787 additions and 0 deletions

13
libusbdll/stdafx.h Normal file
View File

@@ -0,0 +1,13 @@
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
// TODO: reference additional headers your program requires here