#define and enum compiler error

Both of these headers are different source 3rd part stuff and I did not actuals look WHERE / how the symbols used in enum are is defined.

USB_REQ_GET_STATUS = 0;

may not be a preprocessor symbol as I am assuming, but a real (enum ?) variable.

Jim