X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Lib%2F_buildvars.h;h=5ff5d0f76f494d1c28e435626b7bad766e26ba84;hb=0013d7a4f31d35ad054369037e20b683085c6116;hp=f07a6aedfc583e6dae155f196e2a35f49a6be5ab;hpb=bf3b06aa22867c839f9937895040ae99194844dc;p=kiibohd-controller.git diff --git a/Lib/_buildvars.h b/Lib/_buildvars.h index f07a6ae..5ff5d0f 100644 --- a/Lib/_buildvars.h +++ b/Lib/_buildvars.h @@ -19,8 +19,7 @@ * THE SOFTWARE. */ -#ifndef __buildvars_h -#define __buildvars_h +#pragma once // ----- Includes ----- @@ -55,8 +54,6 @@ // Windows, even though the driver is supplied by Microsoft, an // INF file is needed to load the driver. These numbers need to // match the INF file. -#define VENDOR_ID @VENDOR_ID@ -#define PRODUCT_ID @PRODUCT_ID@ - -#endif +#define VENDOR_ID @VENDOR_ID@ +#define PRODUCT_ID @PRODUCT_ID@