Changeset ac64e2ff1a3fd50f3c602f31b23c56a16b1f3ca6 for com32/hdt/hdt.h
- Timestamp:
- 11/01/09 12:10:27 (3 years ago)
- Children:
- 291f0542a26110868069d9f92d7d71c9974e28ff
- Parents:
- c2f4ec7d2a22c57853b6616d4ab49d79c6744d25
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-01T13:10:27Z+0100
- Files:
-
- 1 modified
-
com32/hdt/hdt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt.h
ra7f6dd rac64e2 32 32 #define PRODUCT_NAME "Hardware Detection Tool" 33 33 #define AUTHOR "Erwan Velu" 34 #define CORE_DEVELOPER "Pierre-Alexandre Meyer" 34 35 #define CONTACT "hdt@zytor.com" 35 36 #define VERSION "0.3.5-pre1" 36 #define NB_CONTRIBUTORS 337 #define CONTRIBUTORS {" Pierre-Alexandre Meyer", "Sebastien Gonzalve", "Gert Hulselmans"}37 #define NB_CONTRIBUTORS 2 38 #define CONTRIBUTORS {"Sebastien Gonzalve", "Gert Hulselmans"} 38 39 39 40 #define ATTR_PACKED __attribute__((packed))
