- libusbdll renamed to LibusbWinDll

- Eclipse project renamed to LibusbWinDll
- package.html added

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@159 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-08-10 11:49:12 +00:00
parent 520d399c0d
commit 625ce7d772
15 changed files with 29 additions and 11 deletions

13
LibusbWinDll/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