Changeset 57689f219c5155e186ced1c9f5f972d5d0b340ed for com32/hdt/hdt.h
- Timestamp:
- 11/01/09 11:46:48 (3 years ago)
- Children:
- a7f6dd2b9fc3f8ad29a05135c99288156961329b
- Parents:
- c9118b9eb373ccfacaee9866e3344fce14eee5af
- git-committer:
- Erwan Velu <erwan.velu@free.fr> / 2009-11-01T12:46:48Z+0100
- Files:
-
- 1 modified
-
com32/hdt/hdt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
com32/hdt/hdt.h
r4dc540 r57689f 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))
